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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wb.c770 cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i];
772 cd->wb_tx_chain[i].wb_nextdesc =
773 &cd->wb_tx_chain[0];
775 cd->wb_tx_chain[i].wb_nextdesc =
776 &cd->wb_tx_chain[i + 1];
780 cd->wb_tx_free = &cd->wb_tx_chain[0];
1607 if (sc->wb_cdata.wb_tx_chain[i].wb_mbuf != NULL) {
1608 m_freem(sc->wb_cdata.wb_tx_chain[i].wb_mbuf);
1609 sc->wb_cdata.wb_tx_chain[i].wb_mbuf = NULL;
H A Dif_wbreg.h332 struct wb_chain wb_tx_chain[WB_TX_LIST_CNT]; member in struct:wb_chain_data

Completed in 67 milliseconds