Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c566 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg()
595 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req()
645 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_32()
707 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_64()
810 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_32()
881 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_64()
950 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_hl()
1003 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_32()
1050 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1095 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_tx_fetch_resp()
[all …]
Dhtc.h372 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
Dhtc.c823 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
Dwmi.c1748 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()