Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dxlreg.h446 u_int32_t xl_next; /* final entry has 0 nextptr */ member
452 u_int32_t xl_next; /* final entry has 0 nextptr */ member
472 struct xl_chain *xl_next; member
481 struct xl_chain_onefrag *xl_next; member
H A Dxl.c966 cd->xl_tx_chain[i].xl_next = NULL; in xl_list_tx_init()
1042 ld->xl_rx_list[i].xl_next = htole32(next); in xl_list_rx_init()
1063 cd->xl_rx_prod = cd->xl_rx_prod->xl_next; in xl_fill_rx_ring()
1148 sc->xl_cdata.xl_rx_cons = cur_rx->xl_next; in xl_rxeof()
1268 sc->xl_cdata.xl_tx_head = cur_tx->xl_next; in xl_txeof()
1280 cur_tx->xl_next = sc->xl_cdata.xl_tx_free; in xl_txeof()
1601 c->xl_ptr->xl_next = 0; in xl_encap()
1675 sc->xl_cdata.xl_tx_free = cur_tx->xl_next; in xl_start()
1676 cur_tx->xl_next = NULL; in xl_start()
1680 prev->xl_next = cur_tx; in xl_start()
[all …]