Lines Matching defs:rx_msdu_start
27 struct rx_msdu_start { struct
29 uint32_t rxpcu_mpdu_filter_in_category : 2, // [1:0]
30 sw_frame_group_id : 7, // [8:2]
31 reserved_0 : 7, // [15:9]
32 phy_ppdu_id : 16; // [31:16]
33 uint32_t msdu_length : 14, // [13:0]
34 stbc : 1, // [14:14]
35 ipsec_esp : 1, // [15:15]
36 l3_offset : 7, // [22:16]
37 ipsec_ah : 1, // [23:23]
38 l4_offset : 8; // [31:24]
39 uint32_t msdu_number : 8, // [7:0]
40 decap_format : 2, // [9:8]
41 ipv4_proto : 1, // [10:10]
42 ipv6_proto : 1, // [11:11]
43 tcp_proto : 1, // [12:12]
44 udp_proto : 1, // [13:13]
45 ip_frag : 1, // [14:14]
46 tcp_only_ack : 1, // [15:15]
47 da_is_bcast_mcast : 1, // [16:16]
48 toeplitz_hash_sel : 2, // [18:17]
49 ip_fixed_header_valid : 1, // [19:19]
50 ip_extn_header_valid : 1, // [20:20]
51 tcp_udp_header_valid : 1, // [21:21]
52 mesh_control_present : 1, // [22:22]
53 ldpc : 1, // [23:23]
54 ip4_protocol_ip6_next_header : 8; // [31:24]
55 uint32_t toeplitz_hash_2_or_4 : 32; // [31:0]
56 uint32_t flow_id_toeplitz : 32; // [31:0]
57 uint32_t user_rssi : 8, // [7:0]
58 pkt_type : 4, // [11:8]
59 sgi : 2, // [13:12]
60 rate_mcs : 4, // [17:14]
61 receive_bandwidth : 3, // [20:18]
62 reception_type : 3, // [23:21]
63 mimo_ss_bitmap : 8; // [31:24]
64 uint32_t ppdu_start_timestamp_31_0 : 32; // [31:0]
65 uint32_t ppdu_start_timestamp_63_32 : 32; // [31:0]
66 uint32_t sw_phy_meta_data : 32; // [31:0]
67 uint32_t vlan_ctag_ci : 16, // [15:0]
68 vlan_stag_ci : 16; // [31:16]