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

/freebsd-11-stable/sys/dev/et/
H A Dif_etvar.h215 int tbd_start_index; member in struct:et_txbuf_data
H A Dif_et.c1696 tbd->tbd_start_index = 0;
2281 while (tbd->tbd_start_index != end || tbd->tbd_start_wrap != wrap) {
2282 MPASS(tbd->tbd_start_index < ET_TX_NDESC);
2283 tb = &tbd->tbd_buf[tbd->tbd_start_index];
2292 if (++tbd->tbd_start_index == ET_TX_NDESC) {
2293 tbd->tbd_start_index = 0;

Completed in 823 milliseconds