Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c207 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg()
235 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req()
282 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg()
330 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_ll()
417 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg()
480 txdesc = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_mgmt_tx()
Dhtc.h355 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
Dhtc.c761 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
Dwmi.c1609 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()