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