Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
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()
H A Dwmi.c5108 int num_mgmt; in wmi_process_mgmt_tx_comp() local
5132 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
5135 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
5138 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6119 int num_mgmt; in wmi_process_mgmt_tx_comp() local
6148 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
6151 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
6156 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6158 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
H A 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()