Searched refs:xl_next (Results 1 – 2 of 2) sorted by relevance
469 u_int32_t xl_next; /* final entry has 0 nextptr */ member475 u_int32_t xl_next; /* final entry has 0 nextptr */ member494 struct xl_chain *xl_next; member503 struct xl_chain_onefrag *xl_next; member
1653 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 …]