Searched refs:ath10k_htc_alloc_skb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 574 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg() 602 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req() 652 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_32() 714 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_64() 817 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_32() 888 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_64() 959 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg() 1004 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_tx_fetch_resp() 1093 txdesc = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_mgmt_tx()
|
D | htc.h | 384 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
|
D | htc.c | 824 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
|
D | wmi.c | 1725 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
|