Home
last modified time | relevance | path

Searched refs:sis_tx_prod (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/sis/
HDif_sisreg.h479 int sis_tx_prod; member
HDif_sis.c1383 sc->sis_tx_prod = sc->sis_tx_cons = sc->sis_tx_cnt = 0; in sis_ring_init()
1575 if (cons == sc->sis_tx_prod) in sis_txeof()
1586 for (; cons != sc->sis_tx_prod; SIS_INC(cons, SIS_TX_LIST_CNT)) { in sis_txeof()
1768 prod = sc->sis_tx_prod; in sis_encap()
1844 sc->sis_tx_prod = prod; in sis_encap()