Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wb/
H A Dif_wb.c883 cd->wb_tx_tail = cd->wb_tx_head = NULL; in wb_list_tx_init()
1085 if (sc->wb_cdata.wb_tx_head == sc->wb_cdata.wb_tx_tail) { in wb_txeof()
1087 sc->wb_cdata.wb_tx_tail = NULL; in wb_txeof()
1107 sc->wb_cdata.wb_tx_tail = NULL; in wb_txeoc()
1349 sc->wb_cdata.wb_tx_tail = cur_tx; in wb_start()
H A Dif_wbreg.h338 struct wb_chain *wb_tx_tail; member