Home
last modified time | relevance | path

Searched refs:num_mgmt (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
336 int i = 0, old_num_mgmt = mci->num_mgmt; in ath_mci_process_status()
354 mci->num_mgmt = 0; in ath_mci_process_status()
357 mci->num_mgmt++; in ath_mci_process_status()
361 if (old_num_mgmt != mci->num_mgmt) in ath_mci_process_status()
H A Dmci.h132 u8 num_mgmt; member
H A Dgpio.c462 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
/kernel/linux/linux-6.6/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.c462 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A 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()
H A Dmac.c5973 int num_mgmt; in ath11k_mgmt_over_wmi_tx_drop() local
5977 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath11k_mgmt_over_wmi_tx_drop()
5979 if (num_mgmt < 0) in ath11k_mgmt_over_wmi_tx_drop()
5982 if (!num_mgmt) in ath11k_mgmt_over_wmi_tx_drop()

Completed in 41 milliseconds