Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dmain.c29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() function
61 EXPORT_SYMBOL(ath_rxbuf_alloc);
H A Dath.h198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c605 skb = ath_rxbuf_alloc(common, in ath5k_rx_skb_alloc()