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