Searched defs:sc_txbufs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c301 struct vioif_tx_buf *sc_txbufs; member in struct:vioif_softc
536 struct vioif_tx_buf *buf = &sc->sc_txbufs[i];
560 kmem_free(sc->sc_txbufs, sizeof (struct vioif_tx_buf) *
583 sc->sc_txbufs = kmem_zalloc(sizeof (struct vioif_tx_buf) * txqsize,
585 if (sc->sc_txbufs == NULL) {
605 struct vioif_tx_buf *buf = &sc->sc_txbufs[i];
661 struct vioif_tx_buf *buf = &sc->sc_txbufs[i];
684 kmem_free(sc->sc_txbufs, sizeof (struct vioif_tx_buf) * txqsize);
910 buf = &sc->sc_txbufs[ve->qe_index];
943 buf = &sc->sc_txbufs[v
[all...]
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h139 struct ipw2100_txb *sc_txbufs[IPW2100_NUM_TXBUF]; member in struct:ipw2100_softc
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h151 uint8_t *sc_txbufs[IPW2200_TX_RING_SIZE]; member in struct:ipw2200_softc

Completed in 77 milliseconds