Searched refs:is_mgmt (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | msft.c | 286 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data() argument 292 if (is_mgmt && entry->mgmt_handle == handle) in msft_find_handle_data() 294 if (!is_mgmt && entry->msft_handle == handle) in msft_find_handle_data()
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | ud.c | 345 bool is_mgmt = false; in hfi1_make_ud_req_16B() local 358 is_mgmt = true; in hfi1_make_ud_req_16B() 409 if (is_mgmt) { in hfi1_make_ud_req_16B()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 1848 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local 1858 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_h_mpdu() 1932 if (is_mgmt) in ath10k_htt_rx_h_mpdu() 1938 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu() 1989 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
|
| D | htt_tx.c | 166 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()
|
| D | mac.c | 4361 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local 4387 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq() 4389 if (is_mgmt) { in ath10k_mac_tx_push_txq() 4394 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq() 4410 if (is_mgmt) in ath10k_mac_tx_push_txq() 4646 bool is_mgmt; in ath10k_mac_op_tx() local 4658 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx() 4673 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx() 4691 if (is_mgmt) in ath10k_mac_op_tx()
|
| D | htt.h | 2302 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,
|