Searched refs:ath10k_htc_alloc_skb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 614 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_ver_req_msg() 643 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_stats_req() 693 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_32() 755 skb = ath10k_htc_alloc_skb(ar, size); in ath10k_htt_send_frag_desc_bank_cfg_64() 837 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_32() 909 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_64() 978 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_send_rx_ring_cfg_hl() 1031 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_32() 1078 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_h2t_aggr_cfg_msg_v2() 1123 skb = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_tx_fetch_resp() [all …]
|
H A D | htc.h | 423 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
|
H A D | htc.c | 1176 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() function
|
H A D | wmi.c | 1810 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
|