Lines Matching defs:rx_msdu_start
45 struct rx_msdu_start { struct
46 uint32_t rxpcu_mpdu_filter_in_category : 2, //[1:0]
47 sw_frame_group_id : 7, //[8:2]
48 reserved_0 : 7, //[15:9]
49 phy_ppdu_id : 16; //[31:16]
50 uint32_t msdu_length : 14, //[13:0]
51 reserved_1a : 1, //[14]
52 ipsec_esp : 1, //[15]
53 l3_offset : 7, //[22:16]
54 ipsec_ah : 1, //[23]
55 l4_offset : 8; //[31:24]
56 uint32_t msdu_number : 8, //[7:0]
57 decap_format : 2, //[9:8]
58 ipv4_proto : 1, //[10]
59 ipv6_proto : 1, //[11]
60 tcp_proto : 1, //[12]
61 udp_proto : 1, //[13]
62 ip_frag : 1, //[14]
63 tcp_only_ack : 1, //[15]
64 da_is_bcast_mcast : 1, //[16]
65 toeplitz_hash : 1, //[17]
66 reserved_2a : 6, //[23:18]
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 : 2, //[22:21]
77 nss : 3, //[25:23]
78 reserved_5 : 6; //[31:26]
79 uint32_t ppdu_start_timestamp : 32; //[31:0]
80 uint32_t sw_phy_meta_data : 32; //[31:0]