txb_next_tx 261 dev/ic/dp8390.c sc->txb_next_tx = 0; txb_next_tx 386 dev/ic/dp8390.c if ((sc->txb_next_tx + sc->txb_inuse) % sc->txb_cnt != sc->txb_new) txb_next_tx 388 dev/ic/dp8390.c sc->txb_next_tx, sc->txb_inuse, sc->txb_cnt, sc->txb_new); txb_next_tx 394 dev/ic/dp8390.c len = sc->txb_len[sc->txb_next_tx]; txb_next_tx 404 dev/ic/dp8390.c sc->txb_next_tx * ED_TXBUF_SIZE); txb_next_tx 416 dev/ic/dp8390.c if (++sc->txb_next_tx == sc->txb_cnt) txb_next_tx 417 dev/ic/dp8390.c sc->txb_next_tx = 0; txb_next_tx 59 dev/ic/dp8390var.h u_short txb_next_tx; /* pointer to next buffer ready to xmit */