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,
39 buf_or_ext_desc_type : 1,
40 bank_id : 6,
41 tx_notify_frame : 3,
42 header_length_read_sel : 1,
43 buffer_timestamp : 19,
44 buffer_timestamp_valid : 1;
45 uint32_t reserved_3a : 16,
46 tcl_cmd_number : 16;
47 uint32_t data_length : 16,
48 ipv4_checksum_en : 1,
49 udp_over_ipv4_checksum_en : 1,
50 udp_over_ipv6_checksum_en : 1,
51 tcp_over_ipv4_checksum_en : 1,
52 tcp_over_ipv6_checksum_en : 1,
53 to_fw : 1,
54 reserved_4a : 1,
55 packet_offset : 9;
56 uint32_t hlos_tid_overwrite : 1,
57 flow_override_enable : 1,
58 who_classify_info_sel : 2,
59 hlos_tid : 4,
60 flow_override : 1,
61 pmac_id : 2,
62 msdu_color : 2,
63 reserved_5a : 11,
64 vdev_id : 8;
65 uint32_t search_index : 20,
66 cache_set_num : 4,
67 index_lookup_override : 1,
68 reserved_6a : 7;
69 uint32_t reserved_7a : 20,
70 ring_id : 8,
71 looping_count : 4;