HomeSort by: relevance | last modified time | path
    Searched refs:sc_tx_free (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/imx/
if_enetvar.h 83 int sc_tx_free; member in struct:enet_softc
if_enet.c 496 sc->sc_tx_free++;
500 if (sc->sc_tx_free > 0)
507 if (sc->sc_tx_free == ENET_TX_RING_CNT)
862 if (sc->sc_tx_free <= 0) {
1216 sc->sc_tx_free = ENET_TX_RING_CNT;
1329 sc->sc_tx_free++;
1639 if (map->dm_nsegs > sc->sc_tx_free) {
1717 sc->sc_tx_free--;
  /src/sys/dev/pci/
if_vge.c 221 int sc_tx_free; member in struct:vge_softc
1372 sc->sc_tx_free < VGE_NTXDESC;
1373 idx = VGE_NEXT_TXDESC(idx), sc->sc_tx_free++) {
1406 if (sc->sc_tx_free < VGE_NTXDESC)
1522 KASSERT(sc->sc_tx_free > 0);
1624 sc->sc_tx_free--;
1651 ofree = sc->sc_tx_free;
1658 while (sc->sc_tx_free != 0) {
1709 if (sc->sc_tx_free < ofree) {
1772 sc->sc_tx_free = VGE_NTXDESC
    [all...]

Completed in 41 milliseconds