Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xlreg.h469 u_int32_t xl_next; /* final entry has 0 nextptr */ member
475 u_int32_t xl_next; /* final entry has 0 nextptr */ member
494 struct xl_chain *xl_next; member
503 struct xl_chain_onefrag *xl_next; member
H A Dif_xl.c1653 cd->xl_tx_chain[i].xl_next = NULL; in xl_list_tx_init()
1655 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[i + 1]; in xl_list_tx_init()
1688 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[0]; in xl_list_tx_init_90xB()
1690 cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[i + 1]; in xl_list_tx_init_90xB()
1743 cd->xl_rx_chain[i].xl_next = &cd->xl_rx_chain[next]; in xl_list_rx_init()
1744 ld->xl_rx_list[i].xl_next = htole32(nextptr); in xl_list_rx_init()
1813 pos = pos->xl_next; in xl_rx_resync()
1851 sc->xl_cdata.xl_rx_head = cur_rx->xl_next; in xl_rxeof()
2013 sc->xl_cdata.xl_tx_head = cur_tx->xl_next; in xl_txeof()
2022 cur_tx->xl_next = sc->xl_cdata.xl_tx_free; in xl_txeof()
[all …]