Lines Matching defs:reo_destination_ring
28 struct reo_destination_ring { struct
30 … struct buffer_addr_info buf_or_link_desc_addr_info;
31 … struct rx_mpdu_desc_info rx_mpdu_desc_info_details;
32 … struct rx_msdu_desc_info rx_msdu_desc_info_details;
33 uint32_t buffer_virt_addr_31_0 : 32; // [31:0]
34 uint32_t buffer_virt_addr_63_32 : 32; // [31:0]
35 uint32_t reo_dest_buffer_type : 1, // [0:0]
36 reo_push_reason : 2, // [2:1]
37 reo_error_code : 5, // [7:3]
38 captured_msdu_data_size : 4, // [11:8]
39 sw_exception : 1, // [12:12]
40 src_link_id : 3, // [15:13]
41 reo_destination_struct_signature : 4, // [19:16]
42 ring_id : 8, // [27:20]
43 looping_count : 4; // [31:28]