Searched refs:is_mgmt (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/bluetooth/ |
D | msft.c | 200 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data() argument 206 if (is_mgmt && entry->mgmt_handle == handle) in msft_find_handle_data() 208 if (!is_mgmt && entry->msft_handle == handle) in msft_find_handle_data()
|
/linux-5.19.10/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-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1943 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local 1957 is_mgmt = !!(rxd_attention->flags & in ath10k_htt_rx_h_mpdu() 2034 if (is_mgmt) in ath10k_htt_rx_h_mpdu() 2040 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu() 2091 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
|
D | htt_tx.c | 169 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() argument 176 if (!is_mgmt || !ar->hw_params.max_probe_resp_desc_thres) in ath10k_htt_tx_mgmt_inc_pending()
|
D | mac.c | 4367 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local 4393 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq() 4395 if (is_mgmt) { in ath10k_mac_tx_push_txq() 4400 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq() 4416 if (is_mgmt) in ath10k_mac_tx_push_txq() 4652 bool is_mgmt; in ath10k_mac_op_tx() local 4664 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx() 4679 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx() 4697 if (is_mgmt) in ath10k_mac_op_tx()
|
D | htt.h | 2447 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,
|