Searched refs:cachelsz (Results 1 – 6 of 6) sorted by relevance
46 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask); in ath_rxbuf_alloc()48 off = ((unsigned long) skb->data) % common->cachelsz; in ath_rxbuf_alloc()50 skb_reserve(skb, common->cachelsz - off); in ath_rxbuf_alloc()
135 u16 cachelsz; member
1087 common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz); in ath5k_rx_start()1090 common->cachelsz, common->rx_bufsize); in ath5k_rx_start()2481 common->cachelsz = csz << 2; /* convert to bytes */ in ath5k_init_ah()
656 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_priv()
564 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_softc()
340 common->cachelsz, common->rx_bufsize); in ath_rx_init()