Searched refs:is_mgmt (Results 1 – 5 of 5) sorted by relevance
406 bool is_mgmt = false; in hfi1_make_ud_req_16B() local419 is_mgmt = true; in hfi1_make_ud_req_16B()470 if (is_mgmt) { in hfi1_make_ud_req_16B()
1533 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local1542 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_h_mpdu()1616 if (is_mgmt) in ath10k_htt_rx_h_mpdu()1622 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()1643 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
3955 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local3979 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()3981 if (is_mgmt) { in ath10k_mac_tx_push_txq()3986 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()4002 if (is_mgmt) in ath10k_mac_tx_push_txq()4241 bool is_mgmt; in ath10k_mac_op_tx() local4251 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()4266 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()4284 if (is_mgmt) in ath10k_mac_op_tx()
177 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() argument184 if (!is_mgmt || !ar->hw_params.max_probe_resp_desc_thres) in ath10k_htt_tx_mgmt_inc_pending()
2064 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,