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