Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_etvar.h216 int tbd_start_index; member
H A Dif_et.c1679 tbd->tbd_start_index = 0; in et_init_tx_ring()
2264 while (tbd->tbd_start_index != end || tbd->tbd_start_wrap != wrap) { in et_txeof()
2265 MPASS(tbd->tbd_start_index < ET_TX_NDESC); in et_txeof()
2266 tb = &tbd->tbd_buf[tbd->tbd_start_index]; in et_txeof()
2275 if (++tbd->tbd_start_index == ET_TX_NDESC) { in et_txeof()
2276 tbd->tbd_start_index = 0; in et_txeof()