Searched refs:tbd_start_index (Results 1 – 2 of 2) sorted by relevance
216 int tbd_start_index; member
1679 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()