txb_new           260 dev/ic/dp8390.c 	sc->txb_new = 0;
txb_new           386 dev/ic/dp8390.c 	if ((sc->txb_next_tx + sc->txb_inuse) % sc->txb_cnt != sc->txb_new)
txb_new           388 dev/ic/dp8390.c 		    sc->txb_next_tx, sc->txb_inuse, sc->txb_cnt, sc->txb_new);
txb_new           466 dev/ic/dp8390.c 	    ((sc->txb_new * ED_TXBUF_SIZE) << ED_PAGE_SHIFT);
txb_new           474 dev/ic/dp8390.c 	sc->txb_len[sc->txb_new] = max(len, ETHER_MIN_LEN - ETHER_CRC_LEN);
txb_new           477 dev/ic/dp8390.c 	if (++sc->txb_new == sc->txb_cnt)
txb_new           478 dev/ic/dp8390.c 		sc->txb_new = 0;
txb_new            58 dev/ic/dp8390var.h 	u_short	txb_new;	/* pointer to where new buffer will be added */