Home
last modified time | relevance | path

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

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