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