Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
Dmci.h132 u8 num_mgmt; member
Dgpio.c462 ATH_DUMP_BTCOEX("MGMT", mci->num_mgmt); in ath9k_dump_mci_btcoex()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c5230 int num_mgmt; in wmi_process_mgmt_tx_comp() local
5254 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
5257 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
5262 num_mgmt, desc_id); in wmi_process_mgmt_tx_comp()
5264 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
Dmac.c5488 int num_mgmt; in ath11k_mgmt_over_wmi_tx_drop() local
5492 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath11k_mgmt_over_wmi_tx_drop()
5494 if (num_mgmt < 0) in ath11k_mgmt_over_wmi_tx_drop()
5497 if (!num_mgmt) in ath11k_mgmt_over_wmi_tx_drop()