Home
last modified time | relevance | path

Searched defs:xl_chain_data (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dxlreg.h485 struct xl_chain_data { struct
486 struct xl_chain_onefrag xl_rx_chain[XL_RX_LIST_CNT];
487 struct xl_chain xl_tx_chain[XL_TX_LIST_CNT];
489 struct xl_chain_onefrag *xl_rx_cons;
490 struct xl_chain_onefrag *xl_rx_prod;
491 struct if_rxring xl_rx_ring;
494 struct xl_chain *xl_tx_head;
495 struct xl_chain *xl_tx_tail;
496 struct xl_chain *xl_tx_free;
499 int xl_tx_prod;
[all …]