Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dud.c387 bool is_mgmt = false; in hfi1_make_ud_req_16B() local
400 is_mgmt = true; in hfi1_make_ud_req_16B()
451 if (is_mgmt) { in hfi1_make_ud_req_16B()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1748 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local
1757 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_h_mpdu()
1831 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
1837 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()
1858 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
Dmac.c4057 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local
4083 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4085 if (is_mgmt) { in ath10k_mac_tx_push_txq()
4090 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()
4106 if (is_mgmt) in ath10k_mac_tx_push_txq()
4342 bool is_mgmt; in ath10k_mac_op_tx() local
4354 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4369 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
4387 if (is_mgmt) in ath10k_mac_op_tx()
Dhtt_tx.c166 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() argument
173 if (!is_mgmt || !ar->hw_params.max_probe_resp_desc_thres) in ath10k_htt_tx_mgmt_inc_pending()
Dhtt.h2277 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,