Lines Matching defs:tcl_status_ring
46 struct tcl_status_ring { struct
47 uint32_t gse_ctrl : 4, //[3:0]
48 ase_fse_sel : 1, //[4]
49 cache_op_res : 2, //[6:5]
50 index_search_en : 1, //[7]
51 msdu_cnt_n : 24; //[31:8]
52 uint32_t msdu_byte_cnt_n : 32; //[31:0]
53 uint32_t msdu_timestmp_n : 32; //[31:0]
54 uint32_t cmd_meta_data_31_0 : 32; //[31:0]
55 uint32_t cmd_meta_data_63_32 : 32; //[31:0]
56 uint32_t hash_indx_val : 20, //[19:0]
57 cache_set_num : 4, //[23:20]
58 reserved_5a : 8; //[31:24]
59 uint32_t reserved_6a : 32; //[31:0]
60 uint32_t reserved_7a : 20, //[19:0]
61 ring_id : 8, //[27:20]
62 looping_count : 4; //[31:28]