HomeSort by: relevance | last modified time | path
    Searched defs:sc_free_tx_slots (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_lii.c 98 bool sc_free_tx_slots; member in struct:lii_softc
768 sc->sc_free_tx_slots = true;
848 sc->sc_free_tx_slots = false;
882 if (!sc->sc_free_tx_slots ||
895 sc->sc_free_tx_slots = false;
1033 sc->sc_free_tx_slots = true;
1058 if (sc->sc_free_tx_slots)
if_lii.c 98 bool sc_free_tx_slots; member in struct:lii_softc
768 sc->sc_free_tx_slots = true;
848 sc->sc_free_tx_slots = false;
882 if (!sc->sc_free_tx_slots ||
895 sc->sc_free_tx_slots = false;
1033 sc->sc_free_tx_slots = true;
1058 if (sc->sc_free_tx_slots)

Completed in 26 milliseconds