Searched refs:ath10k_htc_alloc_skb (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 609 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg() 638 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req() 688 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_32() 750 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_64() 853 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_32() 924 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_64() 993 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_hl() 1046 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_32() 1093 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_v2() 1138 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_tx_fetch_resp() [all …]
|
D | htc.h | 423 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
|
D | htc.c | 1158 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
|
D | wmi.c | 1790 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
|