Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_tl.c1011 cd->tl_tx_tail = cd->tl_tx_head = NULL;
1221 while (sc->tl_cdata.tl_tx_head != NULL) {
1222 cur_tx = sc->tl_cdata.tl_tx_head;
1225 sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
1273 if (sc->tl_cdata.tl_tx_head == NULL) {
1283 vtophys(sc->tl_cdata.tl_tx_head->tl_ptr));
1614 if (sc->tl_cdata.tl_tx_head == NULL) {
1615 sc->tl_cdata.tl_tx_head = start_tx;
Dif_tlreg.h108 struct tl_chain *tl_tx_head; member