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