Searched refs:rx_bufsize (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 55 * setup rx descriptors. The rx_bufsize here tells the hardware in ath_rx_buf_link() 60 common->rx_bufsize, in ath_rx_buf_link() 183 common->rx_bufsize, in ath_rx_edma_cleanup() 207 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize - in ath_rx_edma_init() 223 skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_KERNEL); in ath_rx_edma_init() 229 memset(skb->data, 0, common->rx_bufsize); in ath_rx_edma_init() 233 common->rx_bufsize, in ath_rx_edma_init() 280 common->rx_bufsize = IEEE80211_MAX_MPDU_LEN / 2 + in ath_rx_init() 287 common->cachelsz, common->rx_bufsize); in ath_rx_init() 301 skb = ath_rxbuf_alloc(common, common->rx_bufsize, in ath_rx_init() [all...] |
H A D | hw.c | 1237 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize - in ath9k_hw_set_dma()
|
/linux/drivers/net/wireless/ath/ |
H A D | ath.h | 163 u32 rx_bufsize; member
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 606 common->rx_bufsize, in ath5k_rx_skb_alloc() 611 common->rx_bufsize); in ath5k_rx_skb_alloc() 616 skb->data, common->rx_bufsize, in ath5k_rx_skb_alloc() 659 ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0); in ath5k_rxbuf_setup() 984 dma_unmap_single(ah->dev, bf->skbaddr, common->rx_bufsize, in ath5k_rxbuf_free_skb() 1211 common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz); in ath5k_rx_start() 1213 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "cachelsz %u rx_bufsize %u\n", in ath5k_rx_start() 1214 common->cachelsz, common->rx_bufsize); in ath5k_rx_start() 1630 common->rx_bufsize, in ath5k_tasklet_rx()
|