Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c1173 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_srng_setup()
1288 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_h2t_ver_req_msg()
1340 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_h2t_ppdu_stats_req()
1377 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_rx_filter_setup()
1525 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_h2t_ext_stats_req()
1689 skb = ath12k_htc_alloc_skb(ab, len); in ath12k_dp_tx_htt_tx_filter_setup()
H A Dhtc.h312 struct sk_buff *ath12k_htc_alloc_skb(struct ath12k_base *ar, int size);
H A Dwmi.c774 skb = ath12k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath12k_wmi_alloc_skb()