Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_et.c1300 tbd->tbd_start_index = 0; in et_init_tx_ring()
1887 while (tbd->tbd_start_index != end || tbd->tbd_start_wrap != wrap) { in et_txeof()
1890 KKASSERT(tbd->tbd_start_index < ET_TX_NDESC); in et_txeof()
1891 tb = &tbd->tbd_buf[tbd->tbd_start_index]; in et_txeof()
1893 bzero(&tx_ring->tr_desc[tbd->tbd_start_index], in et_txeof()
1904 if (++tbd->tbd_start_index == ET_TX_NDESC) { in et_txeof()
1905 tbd->tbd_start_index = 0; in et_txeof()
H A Dif_etreg.h464 int tbd_start_index; member