Home
last modified time | relevance | path

Searched refs:htt_resp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhw.h623 struct htt_resp;
632 int (*tx_data_rssi_pad_bytes)(struct htt_resp *htt);
633 int (*is_rssi_enable)(struct htt_resp *resp);
664 struct htt_resp *htt) in ath10k_tx_data_rssi_get_pad_bytes()
673 struct htt_resp *resp) in ath10k_is_rssi_enable()
Dhtt_rx.c2455 struct htt_resp *resp; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2458 resp = (struct htt_resp *)(skb->data + HTT_RX_FRAG_IND_INFO0_HEADER_LEN); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2546 resp = (struct htt_resp *)(skb->data); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2624 struct htt_resp *resp = (struct htt_resp *)skb->data; in ath10k_htt_rx_tx_compl_ind()
2745 static void ath10k_htt_rx_addba(struct ath10k *ar, struct htt_resp *resp) in ath10k_htt_rx_addba()
2785 static void ath10k_htt_rx_delba(struct ath10k *ar, struct htt_resp *resp) in ath10k_htt_rx_delba()
2929 struct htt_resp *resp = (void *)skb->data; in ath10k_htt_rx_in_ord_ind()
3043 struct htt_resp *resp = (struct htt_resp *)skb->data; in ath10k_htt_rx_tx_fetch_ind()
3175 const struct htt_resp *resp = (void *)skb->data; in ath10k_htt_rx_tx_fetch_confirm()
3203 const struct htt_resp *resp = (void *)skb->data; in ath10k_htt_rx_tx_mode_switch_ind()
[all …]
Dhw.c1103 static int ath10k_htt_tx_rssi_enable(struct htt_resp *resp) in ath10k_htt_tx_rssi_enable()
1108 static int ath10k_htt_tx_rssi_enable_wcn3990(struct htt_resp *resp) in ath10k_htt_tx_rssi_enable_wcn3990()
1114 static int ath10k_get_htt_tx_data_rssi_pad(struct htt_resp *resp) in ath10k_get_htt_tx_data_rssi_pad()
Dhtt.h1799 struct htt_resp { struct