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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1321 cd->tl_tx_tail = cd->tl_tx_head = NULL;
1516 while (sc->tl_cdata.tl_tx_head != NULL) {
1517 cur_tx = sc->tl_cdata.tl_tx_head;
1520 sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
1569 if (sc->tl_cdata.tl_tx_head == NULL) {
1579 vtophys(sc->tl_cdata.tl_tx_head->tl_ptr));
1939 if (sc->tl_cdata.tl_tx_head == NULL) {
1940 sc->tl_cdata.tl_tx_head = start_tx;
H A Dif_tlreg.h105 struct tl_chain *tl_tx_head; member in struct:tl_chain_data

Completed in 51 milliseconds