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