Home
last modified time | relevance | path

Searched refs:last_wmi_vdev_start_status (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/drivers/net/wireless/ath/ath12k/
Dcore.h654 int last_wmi_vdev_start_status; member
Dwmi.c6165 ar->last_wmi_vdev_start_status = 0; in ath12k_vdev_start_resp_event()
6172 ar->last_wmi_vdev_start_status = status; in ath12k_vdev_start_resp_event()
Dmac.c1037 return ar->last_wmi_vdev_start_status ? -EINVAL : 0; in ath12k_mac_vdev_setup_sync()
/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dcore.h713 int last_wmi_vdev_start_status; member
Dwmi.c7369 ar->last_wmi_vdev_start_status = 0; in ath11k_vdev_start_resp_event()
7376 ar->last_wmi_vdev_start_status = status; in ath11k_vdev_start_resp_event()
Dmac.c909 return ar->last_wmi_vdev_start_status ? -EINVAL : 0; in ath11k_mac_vdev_setup_sync()
/linux-6.14.4/drivers/net/wireless/ath/ath10k/
Dcore.h1159 int last_wmi_vdev_start_status; member
Dwmi.c3468 ar->last_wmi_vdev_start_status = 0; in ath10k_wmi_event_vdev_start_resp()
3473 ar->last_wmi_vdev_start_status = ret; in ath10k_wmi_event_vdev_start_resp()
3485 ar->last_wmi_vdev_start_status = -EINVAL; in ath10k_wmi_event_vdev_start_resp()
Dmac.c1022 return ar->last_wmi_vdev_start_status; in ath10k_vdev_setup_sync()