Searched refs:sc_tx (Results 1 – 4 of 4) sorted by relevance
198 ++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 …]
73 struct genet_ring sc_tx; member
512 uint32_t sc_tx; member
463 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()