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_sel : 2, //[18:17]
68 ip_fixed_header_valid : 1, //[19]
69 ip_extn_header_valid : 1, //[20]
70 tcp_udp_header_valid : 1, //[21]
71 mesh_control_present : 1, //[22]
72 ldpc : 1, //[23]
73 ip4_protocol_ip6_next_header : 8; //[31:24]
74 uint32_t toeplitz_hash_2_or_4 : 32; //[31:0]
75 uint32_t flow_id_toeplitz : 32; //[31:0]
76 uint32_t user_rssi : 8, //[7:0]
77 pkt_type : 4, //[11:8]
78 stbc : 1, //[12]
79 sgi : 2, //[14:13]
80 rate_mcs : 4, //[18:15]
81 receive_bandwidth : 2, //[20:19]
82 reception_type : 3, //[23:21]
83 mimo_ss_bitmap : 8; //[31:24]
84 uint32_t ppdu_start_timestamp : 32; //[31:0]
85 uint32_t sw_phy_meta_data : 32; //[31:0]
86 uint32_t vlan_ctag_ci : 16, //[15:0]
87 vlan_stag_ci : 16; //[31:16]