Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6298 int num_mgmt; in wmi_process_mgmt_tx_comp() local
6330 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
6333 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
6338 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6340 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
H A Dmac.c6124 int num_mgmt; in ath11k_mgmt_over_wmi_tx_drop() local
6128 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath11k_mgmt_over_wmi_tx_drop()
6130 if (num_mgmt < 0) in ath11k_mgmt_over_wmi_tx_drop()
6133 if (!num_mgmt) in ath11k_mgmt_over_wmi_tx_drop()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c6510 int num_mgmt; in wmi_process_mgmt_tx_comp() local
6545 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in wmi_process_mgmt_tx_comp()
6548 if (num_mgmt < 0) in wmi_process_mgmt_tx_comp()
6551 if (!num_mgmt) in wmi_process_mgmt_tx_comp()
H A Dmac.c8972 int num_mgmt; in ath12k_mgmt_over_wmi_tx_drop() local
8978 num_mgmt = atomic_dec_if_positive(&ar->num_pending_mgmt_tx); in ath12k_mgmt_over_wmi_tx_drop()
8980 if (num_mgmt < 0) in ath12k_mgmt_over_wmi_tx_drop()
8983 if (!num_mgmt) in ath12k_mgmt_over_wmi_tx_drop()