Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1643 cd->xl_tx_free = &cd->xl_tx_chain[0]; in xl_list_tx_init()
2007 cur_tx->xl_next = sc->xl_cdata.xl_tx_free; in xl_txeof()
2008 sc->xl_cdata.xl_tx_free = cur_tx; in xl_txeof()
2452 if (sc->xl_cdata.xl_tx_free == NULL) { in xl_start_locked()
2455 if (sc->xl_cdata.xl_tx_free == NULL) { in xl_start_locked()
2461 start_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked()
2464 sc->xl_cdata.xl_tx_free != NULL;) { in xl_start_locked()
2471 cur_tx = sc->xl_cdata.xl_tx_free; in xl_start_locked()
2484 sc->xl_cdata.xl_tx_free = cur_tx->xl_next; in xl_start_locked()
H A Dif_xlreg.h517 struct xl_chain *xl_tx_free; member