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