Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_wb.c952 cd->wb_tx_free = &cd->wb_tx_chain[0];
1432 if (sc->wb_cdata.wb_tx_free->wb_mbuf != NULL) {
1437 start_tx = sc->wb_cdata.wb_tx_free;
1439 while(sc->wb_cdata.wb_tx_free->wb_mbuf == NULL) {
1445 cur_tx = sc->wb_cdata.wb_tx_free;
1446 sc->wb_cdata.wb_tx_free = cur_tx->wb_nextdesc;
Dif_wbreg.h339 struct wb_chain *wb_tx_free; member