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

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed.c532 sc->txb_new = 0;
777 /* txb_new points to next open buffer slot */
778 buffer = sc->mem_start + (sc->txb_new * ED_TXBUF_SIZE * ED_PAGE_SIZE);
786 sc->txb_len[sc->txb_new] = max(len, (ETHER_MIN_LEN-ETHER_CRC_LEN));
793 sc->txb_new++;
794 if (sc->txb_new == sc->txb_cnt)
795 sc->txb_new = 0;
H A Dif_edvar.h104 u_char txb_new; /* pointer to where new buffer will be added */ member in struct:ed_softc

Completed in 51 milliseconds