Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/
Dmain.c29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() function
61 EXPORT_SYMBOL(ath_rxbuf_alloc);
Dath.h194 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Drecv.c223 skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_KERNEL); in ath_rx_edma_init()
301 skb = ath_rxbuf_alloc(common, common->rx_bufsize, in ath_rx_init()
1123 requeue_skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_ATOMIC); in ath_rx_tasklet()
/linux-5.19.10/drivers/net/wireless/ath/ath5k/
Dbase.c605 skb = ath_rxbuf_alloc(common, in ath5k_rx_skb_alloc()