Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Dmain.c30 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() function
62 EXPORT_SYMBOL(ath_rxbuf_alloc);
H A Dath.h198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c605 skb = ath_rxbuf_alloc(common, in ath5k_rx_skb_alloc()