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

/freebsd-12-stable/sys/dev/tl/
H A Dif_tl.c1320 cd->tl_tx_chain[i].tl_next = NULL;
1322 cd->tl_tx_chain[i].tl_next = &cd->tl_tx_chain[i + 1];
1352 cd->tl_rx_chain[i].tl_next = NULL;
1355 cd->tl_rx_chain[i].tl_next = &cd->tl_rx_chain[i + 1];
1379 c->tl_next = NULL;
1433 sc->tl_cdata.tl_rx_head = cur_rx->tl_next;
1447 sc->tl_cdata.tl_rx_tail->tl_next = cur_rx;
1525 sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
1531 cur_tx->tl_next = sc->tl_cdata.tl_tx_free;
1910 sc->tl_cdata.tl_tx_free = cur_tx->tl_next;
[all...]
H A Dif_tlreg.h91 struct tl_chain *tl_next; member in struct:tl_chain
97 struct tl_chain_onefrag *tl_next; member in struct:tl_chain_onefrag

Completed in 175 milliseconds