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()
155 u16 cachelsz; member
1166 common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz); in ath5k_rx_start()1169 common->cachelsz, common->rx_bufsize); in ath5k_rx_start()2601 common->cachelsz = csz << 2; /* convert to bytes */ in ath5k_init_ah()
660 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_priv()
287 common->cachelsz, common->rx_bufsize); in ath_rx_init()
747 common->cachelsz = csz << 2; /* convert to bytes */ in ath9k_init_softc()