Home
last modified time | relevance | path

Searched refs:cachelsz (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.c364 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
367 DBG("ath5k: cache line size %d\n", sc->cachelsz); in ath5k_probe()
787 iob = alloc_iob(sc->rxbufsize + sc->cachelsz - 1); in ath5k_rx_iob_alloc()
791 sc->rxbufsize + sc->cachelsz - 1); in ath5k_rx_iob_alloc()
802 off = *iob_addr % sc->cachelsz; in ath5k_rx_iob_alloc()
804 iob_reserve(iob, sc->cachelsz - off); in ath5k_rx_iob_alloc()
805 *iob_addr += sc->cachelsz - off; in ath5k_rx_iob_alloc()
1099 if (sc->rxbufsize % sc->cachelsz != 0) in ath5k_rx_start()
1100 sc->rxbufsize += sc->cachelsz - (sc->rxbufsize % sc->cachelsz); in ath5k_rx_start()
Dbase.h101 u16 cachelsz; /* cache line size */ member