Lines Matching defs:rx_msdu_start
36 struct rx_msdu_start { struct
38 uint32_t rxpcu_mpdu_filter_in_category : 2, // [1:0]
39 sw_frame_group_id : 7, // [8:2]
40 reserved_0 : 7, // [15:9]
41 phy_ppdu_id : 16; // [31:16]
42 uint32_t msdu_length : 14, // [13:0]
43 stbc : 1, // [14:14]
44 ipsec_esp : 1, // [15:15]
45 l3_offset : 7, // [22:16]
46 ipsec_ah : 1, // [23:23]
47 l4_offset : 8; // [31:24]
48 uint32_t msdu_number : 8, // [7:0]
49 decap_format : 2, // [9:8]
50 ipv4_proto : 1, // [10:10]
51 ipv6_proto : 1, // [11:11]
52 tcp_proto : 1, // [12:12]
53 udp_proto : 1, // [13:13]
54 ip_frag : 1, // [14:14]
55 tcp_only_ack : 1, // [15:15]
56 da_is_bcast_mcast : 1, // [16:16]
57 toeplitz_hash_sel : 2, // [18:17]
58 ip_fixed_header_valid : 1, // [19:19]
59 ip_extn_header_valid : 1, // [20:20]
60 tcp_udp_header_valid : 1, // [21:21]
61 mesh_control_present : 1, // [22:22]
62 ldpc : 1, // [23:23]
63 ip4_protocol_ip6_next_header : 8; // [31:24]
64 uint32_t toeplitz_hash_2_or_4 : 32; // [31:0]
65 uint32_t flow_id_toeplitz : 32; // [31:0]
66 uint32_t user_rssi : 8, // [7:0]
67 pkt_type : 4, // [11:8]
68 sgi : 2, // [13:12]
69 rate_mcs : 4, // [17:14]
70 receive_bandwidth : 3, // [20:18]
71 reception_type : 3, // [23:21]
72 mimo_ss_bitmap : 8; // [31:24]
73 uint32_t ppdu_start_timestamp_31_0 : 32; // [31:0]
74 uint32_t ppdu_start_timestamp_63_32 : 32; // [31:0]
75 uint32_t sw_phy_meta_data : 32; // [31:0]
76 uint32_t vlan_ctag_ci : 16, // [15:0]
77 vlan_stag_ci : 16; // [31:16]