Searched defs:wil_status_ring (Results 1 – 1 of 1) sorted by relevance
550 struct wil_status_ring { struct551 dma_addr_t pa;552 void *va; /* pointer to ring_[tr]x_status elements */553 u16 size; /* number of status elements */554 size_t elem_size; /* status element size in bytes */555 u32 swhead;556 u32 hwtail; /* write here to inform hw */557 bool is_rx;558 u8 desc_rdy_pol; /* Expected descriptor ready bit polarity */559 struct wil_ring_rx_data rx_data;[all …]