Home
last modified time | relevance | path

Searched refs:wb_tx_head (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()
1054 if (sc->wb_cdata.wb_tx_head == NULL) in wb_txeof()
1061 while(sc->wb_cdata.wb_tx_head->wb_mbuf != NULL) { in wb_txeof()
1064 cur_tx = sc->wb_cdata.wb_tx_head; in wb_txeof()
1086 sc->wb_cdata.wb_tx_head = NULL; in wb_txeof()
1091 sc->wb_cdata.wb_tx_head = cur_tx->wb_nextdesc; in wb_txeof()
1105 if (sc->wb_cdata.wb_tx_head == NULL) { in wb_txeoc()
1109 WB_TXOWN(sc->wb_cdata.wb_tx_head) = WB_TXSTAT_OWN; in wb_txeoc()
1159 if (sc->wb_cdata.wb_tx_head != NULL) { in wb_intr()
1351 if (sc->wb_cdata.wb_tx_head == NULL) { in wb_start()
[all …]
H A Dif_wbreg.h337 struct wb_chain *wb_tx_head; member