Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c616 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg()
645 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req()
695 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_32()
757 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_64()
835 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_32()
907 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_64()
976 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_hl()
1029 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_32()
1076 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1121 skb = ath10k_htc_alloc_skb(a in ath10k_htt_tx_fetch_resp()
[all...]
H A Dhtc.h409 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
H A Dhtc.c1180 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function