Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c727 skb = ath11k_htc_alloc_skb(ab, len); in ath11k_dp_tx_htt_srng_setup()
845 skb = ath11k_htc_alloc_skb(ab, len); in ath11k_dp_tx_htt_h2t_ver_req_msg()
888 skb = ath11k_htc_alloc_skb(ab, len); in ath11k_dp_tx_htt_h2t_ppdu_stats_req()
925 skb = ath11k_htc_alloc_skb(ab, len); in ath11k_dp_tx_htt_rx_filter_setup()
990 skb = ath11k_htc_alloc_skb(ab, len); in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Dhtc.h309 struct sk_buff *ath11k_htc_alloc_skb(struct ath11k_base *ar, int size);
H A Dhtc.c11 struct sk_buff *ath11k_htc_alloc_skb(struct ath11k_base *ab, int size) in ath11k_htc_alloc_skb() function
H A Dwmi.c554 skb = ath11k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath11k_wmi_alloc_skb()