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