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