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