Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_wb.c816 cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i]; in wb_list_tx_init()
818 cd->wb_tx_chain[i].wb_nextdesc = in wb_list_tx_init()
819 &cd->wb_tx_chain[0]; in wb_list_tx_init()
821 cd->wb_tx_chain[i].wb_nextdesc = in wb_list_tx_init()
822 &cd->wb_tx_chain[i + 1]; in wb_list_tx_init()
826 cd->wb_tx_free = &cd->wb_tx_chain[0]; in wb_list_tx_init()
1568 if (sc->wb_cdata.wb_tx_chain[i].wb_mbuf != NULL) { in wb_stop()
1569 m_freem(sc->wb_cdata.wb_tx_chain[i].wb_mbuf); in wb_stop()
1570 sc->wb_cdata.wb_tx_chain[i].wb_mbuf = NULL; in wb_stop()
H A Dif_wbreg.h333 struct wb_chain wb_tx_chain[WB_TX_LIST_CNT]; member