Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmsft.c168 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data() argument
174 if (is_mgmt && entry->mgmt_handle == handle) in msft_find_handle_data()
176 if (!is_mgmt && entry->msft_handle == handle) in msft_find_handle_data()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dud.c345 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-6.1.9/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1949 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local
1963 is_mgmt = !!(rxd_attention->flags & in ath10k_htt_rx_h_mpdu()
2040 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
2046 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()
2097 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
Dhtt_tx.c169 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()
Dmac.c4388 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local
4414 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4416 if (is_mgmt) { in ath10k_mac_tx_push_txq()
4421 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()
4437 if (is_mgmt) in ath10k_mac_tx_push_txq()
4672 bool is_mgmt; in ath10k_mac_op_tx() local
4683 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4704 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
4722 if (is_mgmt) in ath10k_mac_op_tx()
Dhtt.h2447 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,