Lines Matching defs:tcl_data_cmd
26 struct tcl_data_cmd { struct
28 struct buffer_addr_info buf_addr_info;
29 uint32_t tcl_cmd_type : 1, // [0:0]
30 buf_or_ext_desc_type : 1, // [1:1]
31 bank_id : 6, // [7:2]
32 tx_notify_frame : 3, // [10:8]
33 header_length_read_sel : 1, // [11:11]
34 buffer_timestamp : 19, // [30:12]
35 buffer_timestamp_valid : 1; // [31:31]
36 uint32_t reserved_3a : 16, // [15:0]
37 tcl_cmd_number : 16; // [31:16]
38 uint32_t data_length : 16, // [15:0]
39 ipv4_checksum_en : 1, // [16:16]
40 udp_over_ipv4_checksum_en : 1, // [17:17]
41 udp_over_ipv6_checksum_en : 1, // [18:18]
42 tcp_over_ipv4_checksum_en : 1, // [19:19]
43 tcp_over_ipv6_checksum_en : 1, // [20:20]
44 to_fw : 1, // [21:21]
45 reserved_4a : 1, // [22:22]
46 packet_offset : 9; // [31:23]
47 uint32_t hlos_tid_overwrite : 1, // [0:0]
48 flow_override_enable : 1, // [1:1]
49 who_classify_info_sel : 2, // [3:2]
50 hlos_tid : 4, // [7:4]
51 flow_override : 1, // [8:8]
52 pmac_id : 2, // [10:9]
53 msdu_color : 2, // [12:11]
54 reserved_5a : 11, // [23:13]
55 vdev_id : 8; // [31:24]
56 uint32_t search_index : 20, // [19:0]
57 cache_set_num : 4, // [23:20]
58 index_lookup_override : 1, // [24:24]
59 reserved_6a : 7; // [31:25]
60 uint32_t reserved_7a : 20, // [19:0]
61 ring_id : 8, // [27:20]
62 looping_count : 4; // [31:28]