Searched refs:txb_next_tx (Results 1 – 2 of 2) sorted by relevance
533 sc->txb_next_tx = 0; in ed_init_locked()661 len = sc->txb_len[sc->txb_next_tx]; in ed_xmit()676 sc->txb_next_tx * ED_TXBUF_SIZE); in ed_xmit()697 sc->txb_next_tx++; in ed_xmit()698 if (sc->txb_next_tx == sc->txb_cnt) in ed_xmit()699 sc->txb_next_tx = 0; in ed_xmit()
105 u_char txb_next_tx; /* pointer to next buffer ready to xmit */ member