Lines Matching defs:sw_monitor_ring
36 struct sw_monitor_ring { struct
38 … struct rx_mpdu_details reo_level_mpdu_frame_info;
39 … struct buffer_addr_info status_buff_addr_info;
40 uint32_t rxdma_push_reason : 2, // [1:0]
41 rxdma_error_code : 5, // [6:2]
42 mpdu_fragment_number : 4, // [10:7]
43 frameless_bar : 1, // [11:11]
44 status_buf_count : 4, // [15:12]
45 end_of_ppdu : 1, // [16:16]
46 reserved_6a : 15; // [31:17]
47 uint32_t phy_ppdu_id : 16, // [15:0]
48 reserved_7a : 4, // [19:16]
49 ring_id : 8, // [27:20]
50 looping_count : 4; // [31:28]