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

/freebsd-10-stable/sys/dev/en/
H A Dmidwayvar.h145 struct en_txslot *txslot; /* transmit slot */ member in struct:en_vcc
188 struct en_txslot txslot[MID_NTX_CH]; member in struct:en_softc
H A Dmidway.c524 struct en_txslot *slot = &sc->txslot[tx->chan];
713 DBG(sc, TX, ("tx%td: starting ...", slot - sc->txslot));
716 tx.chan = slot - sc->txslot;
724 DBG(sc, TX, ("tx%td: ...done!", slot - sc->txslot));
735 DBG(sc, TX, ("tx%td: out of transmit space", slot - sc->txslot));
771 DBG(sc, TX, ("tx%td: out of transmit DTQs", slot - sc->txslot));
1089 tx = vc->txslot;
1093 "(%d > %d)\n", tx - sc->txslot, m->m_pkthdr.len,
1104 tx - sc->txslot));
1115 tx - sc->txslot, vc
[all...]

Completed in 51 milliseconds