Lines Matching defs:reo_destination_ring
54 struct reo_destination_ring { struct
55 struct buffer_addr_info buf_or_link_desc_addr_info;
56 struct rx_mpdu_desc_info rx_mpdu_desc_info_details;
57 struct rx_msdu_desc_info rx_msdu_desc_info_details;
58 uint32_t rx_reo_queue_desc_addr_31_0 : 32; //[31:0]
59 uint32_t rx_reo_queue_desc_addr_39_32 : 8, //[7:0]
60 reo_dest_buffer_type : 1, //[8]
61 reo_push_reason : 2, //[10:9]
62 reo_error_code : 5, //[15:11]
63 receive_queue_number : 16; //[31:16]
64 uint32_t soft_reorder_info_valid : 1, //[0]
65 reorder_opcode : 4, //[4:1]
66 reorder_slot_index : 8, //[12:5]
67 mpdu_fragment_number : 4, //[16:13]
68 captured_msdu_data_size : 4, //[20:17]
69 sw_exception : 1, //[21]
70 reserved_8a : 10; //[31:22]
71 uint32_t reo_destination_struct_signature: 32; //[31:0]
72 uint32_t reserved_10a : 32; //[31:0]
73 uint32_t reserved_11a : 32; //[31:0]
74 uint32_t reserved_12a : 32; //[31:0]
75 uint32_t reserved_13a : 32; //[31:0]
76 uint32_t reserved_14a : 32; //[31:0]
77 uint32_t reserved_15 : 20, //[19:0]
78 ring_id : 8, //[27:20]
79 looping_count : 4; //[31:28]