Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_iwnvar.h93 struct iwn_rx_ring { struct
94 struct iwn_dma_info desc_dma;
95 struct iwn_dma_info stat_dma;
96 uint32_t *desc;
97 struct iwn_rx_status *stat;
98 struct iwn_rx_data data[IWN_RX_RING_COUNT];
99 int cur;