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