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

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c1656 cd->xl_tx_chain[i].xl_next = NULL;
1658 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[i + 1];
1691 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[0];
1693 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[i + 1];
1746 cd->xl_rx_chain[i].xl_next = &cd->xl_rx_chain[next];
1747 ld->xl_rx_list[i].xl_next = htole32(nextptr);
1816 pos = pos->xl_next;
1854 sc->xl_cdata.xl_rx_head = cur_rx->xl_next;
2016 sc->xl_cdata.xl_tx_head = cur_tx->xl_next;
2025 cur_tx->xl_next
[all...]
H A Dif_xlreg.h471 u_int32_t xl_next; /* final entry has 0 nextptr */ member in struct:xl_list
477 u_int32_t xl_next; /* final entry has 0 nextptr */ member in struct:xl_list_onefrag
496 struct xl_chain *xl_next; member in struct:xl_chain
505 struct xl_chain_onefrag *xl_next; member in struct:xl_chain_onefrag

Completed in 163 milliseconds