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