Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_axereg.h218 struct axe_cdata { struct
219 struct axe_chain axe_tx_chain[AXE_TX_LIST_CNT];
220 struct axe_chain axe_rx_chain[AXE_RX_LIST_CNT];
221 int axe_tx_prod;
222 int axe_tx_cons;
223 int axe_tx_cnt;
224 int axe_rx_prod;
249 struct axe_cdata axe_cdata; member