Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwnvar.h125 struct iwn_rx_ring { struct
126 struct iwn_dma_info desc_dma;
127 struct iwn_dma_info stat_dma;
128 uint32_t *desc;
129 struct iwn_rx_status *stat;
130 struct iwn_rx_data data[IWN_RX_RING_COUNT];
131 bus_dma_tag_t data_dmat;
132 int cur;