Lines Matching defs:sw_monitor_ring
27 struct sw_monitor_ring { struct
29 … struct rx_mpdu_details reo_level_mpdu_frame_info;
30 … struct buffer_addr_info status_buff_addr_info;
31 uint32_t rxdma_push_reason : 2, // [1:0]
32 rxdma_error_code : 5, // [6:2]
33 mpdu_fragment_number : 4, // [10:7]
34 frameless_bar : 1, // [11:11]
35 status_buf_count : 4, // [15:12]
36 end_of_ppdu : 1, // [16:16]
37 reserved_6a : 15; // [31:17]
38 uint32_t phy_ppdu_id : 16, // [15:0]
39 reserved_7a : 4, // [19:16]
40 ring_id : 8, // [27:20]
41 looping_count : 4; // [31:28]