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