Home
last modified time | relevance | path

Searched refs:is_mgmt (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dmsft.c190 /* is_mgmt = true matches the handle exposed to userspace via mgmt.
191 * is_mgmt = false matches the handle used by the msft controller.
195 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data()
201 if (is_mgmt && entry->mgmt_handle == handle) in msft_find_handle_data()
203 if (!is_mgmt && entry->msft_handle == handle) in msft_find_handle_data()
194 msft_find_handle_data(struct hci_dev *hdev, u16 handle, bool is_mgmt) msft_find_handle_data() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1850 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local
1860 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_h_mpdu()
1934 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
1940 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()
1991 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
H A 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()
H A Dmac.c4205 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local
4231 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4233 if (is_mgmt) { in ath10k_mac_tx_push_txq()
4238 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq()
4254 if (is_mgmt) in ath10k_mac_tx_push_txq()
4490 bool is_mgmt; in ath10k_mac_op_tx() local
4502 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4517 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx()
4535 if (is_mgmt) in ath10k_mac_op_tx()
H A Dhtt.h2302 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1946 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local
1960 is_mgmt = !!(rxd_attention->flags & in ath10k_htt_rx_h_mpdu()
2037 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
2043 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu()
2092 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
H A 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()
H A 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()
H A Dhtt.h2449 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,

Completed in 51 milliseconds