Lines Matching defs:reo_destination_ring
37 struct reo_destination_ring { struct
39 … struct buffer_addr_info buf_or_link_desc_addr_info;
40 … struct rx_mpdu_desc_info rx_mpdu_desc_info_details;
41 … struct rx_msdu_desc_info rx_msdu_desc_info_details;
42 uint32_t buffer_virt_addr_31_0 : 32; // [31:0]
43 uint32_t buffer_virt_addr_63_32 : 32; // [31:0]
44 uint32_t reo_dest_buffer_type : 1, // [0:0]
45 reo_push_reason : 2, // [2:1]
46 reo_error_code : 5, // [7:3]
47 captured_msdu_data_size : 4, // [11:8]
48 sw_exception : 1, // [12:12]
49 src_link_id : 3, // [15:13]
50 reo_destination_struct_signature : 4, // [19:16]
51 ring_id : 8, // [27:20]
52 looping_count : 4; // [31:28]