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