Searched refs:txold (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/ipw/
H A Dif_ipwvar.h156 uint32_t txold; member in struct:ipw_softc
H A Dif_ipw.c1384 for (i = (sc->txold + 1) % IPW_NTBD; i != r; i = (i + 1) % IPW_NTBD) {
1395 sc->txold = (r == 0) ? IPW_NTBD - 1 : r - 1;
2418 sc->txold = IPW_NTBD - 1;

Completed in 114 milliseconds