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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1315 cd->tl_tx_chain[i].tl_next = NULL;
1317 cd->tl_tx_chain[i].tl_next = &cd->tl_tx_chain[i + 1];
1347 cd->tl_rx_chain[i].tl_next = NULL;
1350 cd->tl_rx_chain[i].tl_next = &cd->tl_rx_chain[i + 1];
1374 c->tl_next = NULL;
1428 sc->tl_cdata.tl_rx_head = cur_rx->tl_next;
1442 sc->tl_cdata.tl_rx_tail->tl_next = cur_rx;
1520 sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
1526 cur_tx->tl_next = sc->tl_cdata.tl_tx_free;
1905 sc->tl_cdata.tl_tx_free = cur_tx->tl_next;
[all...]
H A Dif_tlreg.h89 struct tl_chain *tl_next; member in struct:tl_chain
95 struct tl_chain_onefrag *tl_next; member in struct:tl_chain_onefrag

Completed in 72 milliseconds