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