Home
last modified time | relevance | path

Searched refs:sc_tx (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dbcmgenet.c198 ++sc->sc_tx.queued; in genet_setup_txdesc()
262 bus_dmamap_sync(sc->sc_tx.buf_tag, sc->sc_tx.buf_map[index].map, in genet_setup_txbuf()
522 sc->sc_tx.next = 0; in genet_init_rings()
523 sc->sc_tx.queued = 0; in genet_init_rings()
524 sc->sc_tx.cidx = sc->sc_tx.pidx = 0; in genet_init_rings()
759 for (i = sc->sc_tx.next; sc->sc_tx.queued > 0 && total > 0; in genet_txintr()
773 --sc->sc_tx.queued; in genet_txintr()
776 if (sc->sc_tx.queued == 0) in genet_txintr()
780 sc->sc_tx.next = i; in genet_txintr()
781 sc->sc_tx.cidx = cidx; in genet_txintr()
[all …]
H A Dbcmgenetvar.h73 struct genet_ring sc_tx; member
/openbsd/sys/dev/pci/
H A Dif_etreg.h512 uint32_t sc_tx; member
H A Dif_et.c463 sc->sc_tx = 0; in et_stop()
1813 sc->sc_tx += map->dm_nsegs; in et_encap()
1814 if (sc->sc_tx / sc->sc_tx_intr_nsegs != sc->sc_tx_intr) { in et_encap()
1815 sc->sc_tx_intr = sc->sc_tx / sc->sc_tx_intr_nsegs; in et_encap()