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