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

/freebsd-11.0-release/sys/dev/en/
H A Dmidwayvar.h168 uint16_t swslist[MID_SL_N]; /* software svc list (see en_service()) */ member in struct:en_softc
169 uint16_t swsl_head; /* ends of swslist (index into swslist) */
H A Dmidway.c1791 sc->swslist[sc->swsl_tail] = vci;
1794 DBG(sc, INTR, ("added VCI %d to swslist", vci));
2188 rx.vc = vc = sc->vccs[sc->swslist[sc->swsl_head]];
2208 /* remove from swslist */
2211 DBG(sc, SERV, ("rx%td: remove vci %d from swslist",
3321 printf(" swslist [size=%d]: ", sc->swsl_size);
3324 printf("0x%x ", sc->swslist[cnt]);

Completed in 36 milliseconds