Searched refs:ath_rxbuf_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | main.c | 29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() function 61 EXPORT_SYMBOL(ath_rxbuf_alloc); variable
|
H A D | ath.h | 196 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | main.c | 29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() function 61 EXPORT_SYMBOL(ath_rxbuf_alloc); variable
|
H A D | ath.h | 196 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 223 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 223 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 606 skb = ath_rxbuf_alloc(common, in ath5k_rx_skb_alloc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 605 skb = ath_rxbuf_alloc(common, in ath5k_rx_skb_alloc()
|
Completed in 13 milliseconds