EPIC_NTXDESC
for (i = 0; i < EPIC_NTXDESC; i++) {
for (i = 0; i < EPIC_NTXDESC; i++) {
ifq_init_maxlen(&ifp->if_snd, EPIC_NTXDESC - 1);
for (i = 0; i < EPIC_NTXDESC; i++) {
while (sc->sc_txpending < EPIC_NTXDESC) {
if (sc->sc_txpending == EPIC_NTXDESC) {
for (i = 0; i < EPIC_NTXDESC; i++) {
sc->sc_txlast = EPIC_NTXDESC - 1;
struct epic_descsoft sc_txsoft[EPIC_NTXDESC];
#define EPIC_NTXDESC_MASK (EPIC_NTXDESC - 1)
struct epic_txdesc ecd_txdescs[EPIC_NTXDESC];
struct epic_fraglist ecd_txfrags[EPIC_NTXDESC];