Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_tlreg.h101 struct tl_chain_data { struct
102 struct tl_chain_onefrag tl_rx_chain[TL_RX_LIST_CNT];
103 struct tl_chain tl_tx_chain[TL_TX_LIST_CNT];
105 struct tl_chain_onefrag *tl_rx_head;
106 struct tl_chain_onefrag *tl_rx_tail;
108 struct tl_chain *tl_tx_head;
109 struct tl_chain *tl_tx_tail;
133 struct tl_chain_data tl_cdata; argument