Searched refs:sc_tx_slots (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_myx.c153 struct myx_slot *sc_tx_slots; member in struct:myx_softc
1518 ms = &sc->sc_tx_slots[prod];
1544 ms = &sc->sc_tx_slots[cons];
1558 ms = &sc->sc_tx_slots[cons];
1577 ms = &sc->sc_tx_slots[sc->sc_tx_prod];
1738 ms = &sc->sc_tx_slots[cons];
2033 sc->sc_tx_slots = mallocarray(sizeof(*ms), sc->sc_tx_ring_count,
2035 if (sc->sc_tx_slots == NULL)
2039 ms = &sc->sc_tx_slots[i];
2054 ms = &sc->sc_tx_slots[
[all...]
H A Dif_em.c441 sc->sc_tx_slots = EM_MAX_TXD;
444 sc->sc_tx_slots = EM_MAX_TXD_82543;
658 free += sc->sc_tx_slots;
1255 if (head >= sc->sc_tx_slots)
1256 head -= sc->sc_tx_slots;
1279 if (++head == sc->sc_tx_slots)
1293 if (++head == sc->sc_tx_slots)
1359 if (++hw_tdt == sc->sc_tx_slots)
1999 ifq_init_maxlen(&ifp->if_snd, sc->sc_tx_slots - 1);
2224 que->tx.sc_tx_pkts_ring = mallocarray(sc->sc_tx_slots,
[all...]
H A Dif_em.h414 u_int sc_tx_slots; member in struct:em_softc

Completed in 81 milliseconds