Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
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()
Dmci.h132 u8 num_mgmt; member
Dgpio.c462 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.c4908 int num_mgmt; in wmi_process_mgmt_tx_comp() local
4932 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
4935 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
4938 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
Dmac.c4724 int num_mgmt; in ath12k_mgmt_over_wmi_tx_drop() local
4728 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath12k_mgmt_over_wmi_tx_drop()
4730 if (num_mgmt < 0) in ath12k_mgmt_over_wmi_tx_drop()
4733 if (!num_mgmt) in ath12k_mgmt_over_wmi_tx_drop()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.c5825 int num_mgmt; in wmi_process_mgmt_tx_comp() local
5854 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
5857 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
5862 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5864 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
Dmac.c5968 int num_mgmt; in ath11k_mgmt_over_wmi_tx_drop() local
5972 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath11k_mgmt_over_wmi_tx_drop()
5974 if (num_mgmt < 0) in ath11k_mgmt_over_wmi_tx_drop()
5977 if (!num_mgmt) in ath11k_mgmt_over_wmi_tx_drop()