Home
last modified time | relevance | path

Searched refs:num_mgmt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.c90 mci->num_mgmt = 0; in ath_mci_flush_profile()
137 btcoex->bt_stomp_type = mci->num_mgmt ? ATH_BTCOEX_STOMP_ALL : in ath_mci_update_scheme()
263 if (mci->num_mgmt) { in ath_mci_set_concur_txprio()
338 int i = 0, old_num_mgmt = mci->num_mgmt; in ath_mci_process_status()
356 mci->num_mgmt = 0; in ath_mci_process_status()
359 mci->num_mgmt++; in ath_mci_process_status()
363 if (old_num_mgmt != mci->num_mgmt) in ath_mci_process_status()
H A Dmci.h132 u8 num_mgmt; member
H A Dgpio.c463 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c6002 int num_mgmt; in wmi_process_mgmt_tx_comp() local
6034 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
6037 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
6042 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6044 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c6402 int num_mgmt; in ath12k_wmi_event_scan_start_failed()
6437 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath12k_wmi_event_scan_completed()
6440 if (num_mgmt < 0) in ath12k_wmi_event_scan_completed()
6443 if (!num_mgmt) in ath12k_wmi_event_scan_completed()
6298 int num_mgmt; wmi_process_mgmt_tx_comp() local
H A Dmac.c9091 int num_mgmt; in ath12k_mac_mgmt_tx_wmi()
9097 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath12k_mac_mgmt_tx_wmi()
9099 if (num_mgmt < 0) in ath12k_mac_mgmt_tx_wmi()
9102 if (!num_mgmt) in ath12k_mac_mgmt_tx_wmi()
8997 int num_mgmt; ath12k_mgmt_over_wmi_tx_drop() local