Searched refs:rx_bufsize (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 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() 310 common->rx_bufsize, in ath_rx_init() [all …]
|
D | hw.c | 1236 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize - in ath9k_hw_set_dma()
|
/linux-6.6.21/drivers/net/wireless/ath/ |
D | ath.h | 163 u32 rx_bufsize; member
|
/linux-6.6.21/drivers/net/wireless/ath/ath5k/ |
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()
|