Searched refs:rx_bufsize (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 60 common->rx_bufsize, in ath_rx_buf_link() 183 common->rx_bufsize, in ath_rx_edma_cleanup() 229 memset(skb->data, 0, common->rx_bufsize); in ath_rx_edma_init() 233 common->rx_bufsize, in ath_rx_edma_init() 287 common->cachelsz, common->rx_bufsize); in ath_rx_init() 310 common->rx_bufsize, in ath_rx_init() 347 common->rx_bufsize, in ath_rx_cleanup() 647 common->rx_bufsize, DMA_FROM_DEVICE); in ath_edma_get_buffers() 653 common->rx_bufsize, DMA_FROM_DEVICE); in ath_edma_get_buffers() 781 common->rx_bufsize, in ath_get_next_rx_buf() [all …]
|
H A D | hw.c | 1236 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize - in ath9k_hw_set_dma()
|
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | ath.h | 163 u32 rx_bufsize; member
|
/openbmc/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() 1214 common->cachelsz, common->rx_bufsize); in ath5k_rx_start() 1630 common->rx_bufsize, in ath5k_tasklet_rx()
|