Searched refs:cachelsz (Results 1 – 6 of 6) sorted by relevance
49 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask); in ath_rxbuf_alloc()51 off = ((unsigned long) skb->data) % common->cachelsz; in ath_rxbuf_alloc()53 skb_reserve(skb, common->cachelsz - off); in ath_rxbuf_alloc()
157 u16 cachelsz; member
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()2646 common->cachelsz = csz << 2; /* convert to bytes */ in ath5k_init_ah()
660 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_priv()
799 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_softc()
287 common->cachelsz, common->rx_bufsize); in ath_rx_init()