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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1320 cd->tl_tx_free = &cd->tl_tx_chain[0];
1526 cur_tx->tl_next = sc->tl_cdata.tl_tx_free;
1527 sc->tl_cdata.tl_tx_free = cur_tx;
1891 if (sc->tl_cdata.tl_tx_free == NULL) {
1896 start_tx = sc->tl_cdata.tl_tx_free;
1898 while(sc->tl_cdata.tl_tx_free != NULL) {
1904 cur_tx = sc->tl_cdata.tl_tx_free;
1905 sc->tl_cdata.tl_tx_free = cur_tx->tl_next;
H A Dif_tlreg.h107 struct tl_chain *tl_tx_free; member in struct:tl_chain_data

Completed in 64 milliseconds