Searched refs:is_mgmt (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | msft.c | 195 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data() argument 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()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A 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()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1947 bool is_mgmt; in ath10k_htt_rx_h_mpdu() local 1961 is_mgmt = !!(rxd_attention->flags & in ath10k_htt_rx_h_mpdu() 2038 if (is_mgmt) in ath10k_htt_rx_h_mpdu() 2044 if (likely(!is_mgmt)) in ath10k_htt_rx_h_mpdu() 2093 if (is_mgmt) in ath10k_htt_rx_h_mpdu()
|
H A D | htt_tx.c | 170 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() argument 177 if (!is_mgmt || !ar->hw_params.max_probe_resp_desc_thres) in ath10k_htt_tx_mgmt_inc_pending()
|
H A D | mac.c | 4389 bool is_mgmt, is_presp; in ath10k_mac_tx_push_txq() local 4415 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq() 4417 if (is_mgmt) { in ath10k_mac_tx_push_txq() 4422 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_tx_push_txq() 4438 if (is_mgmt) in ath10k_mac_tx_push_txq() 4673 bool is_mgmt; in ath10k_mac_op_tx() local 4684 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx() 4705 ret = ath10k_htt_tx_mgmt_inc_pending(htt, is_mgmt, is_presp); in ath10k_mac_op_tx() 4723 if (is_mgmt) in ath10k_mac_op_tx()
|
H A D | htt.h | 2450 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt,
|