Searched refs:tx_frameno (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sbni/
H A Dif_sbnivar.h93 u_int tx_frameno; member in struct:sbni_softc
H A Dif_sbni.c340 if (sc->tx_frameno == 0)
433 /* if state & FL_NEED_RESEND != 0 then tx_frameno != 0 */
434 if (req_ans || sc->tx_frameno != 0)
528 if (sc->tx_frameno) {
654 if (--sc->tx_frameno) {
723 sc->tx_frameno = 0;
741 sc->tx_frameno = howmany(len, sc->maxframe);
769 sc->tx_frameno = 0;
803 sbni_outb(sc, DAT, sc->tx_frameno);
804 crc = CRC32(sc->tx_frameno, cr
[all...]

Completed in 114 milliseconds