Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c145 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg()
173 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req()
225 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_ll()
312 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg()
365 txdesc = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_mgmt_tx()
Dhtc.h357 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
Dhtc.c805 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
Dwmi.c908 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()