Searched refs:cachelsz (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ |
H A D | main.c | 50 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask); in ath_rxbuf_alloc() 52 off = ((unsigned long) skb->data) % common->cachelsz; in ath_rxbuf_alloc() 54 skb_reserve(skb, common->cachelsz - off); in ath_rxbuf_alloc()
|
H A D | ath.h | 157 u16 cachelsz; member
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 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() 2646 common->cachelsz = csz << 2; /* convert to bytes */ in ath5k_init_ah()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_init.c | 660 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_priv()
|
H A D | recv.c | 286 ath_dbg(common, CONFIG, "cachelsz %u rxbufsize %u\n", in ath_rx_init() 287 common->cachelsz, common->rx_bufsize); in ath_rx_init()
|