Lines Matching defs:rx_attention
23 struct rx_attention { struct
25 uint32_t rxpcu_mpdu_filter_in_category : 2,
26 sw_frame_group_id : 7,
27 reserved_0 : 7,
28 phy_ppdu_id : 16;
29 uint32_t first_mpdu : 1,
30 reserved_1a : 1,
31 mcast_bcast : 1,
32 ast_index_not_found : 1,
33 ast_index_timeout : 1,
34 power_mgmt : 1,
35 non_qos : 1,
36 null_data : 1,
37 mgmt_type : 1,
38 ctrl_type : 1,
39 more_data : 1,
40 eosp : 1,
41 a_msdu_error : 1,
42 fragment_flag : 1,
43 order : 1,
44 cce_match : 1,
45 overflow_err : 1,
46 msdu_length_err : 1,
47 tcp_udp_chksum_fail : 1,
48 ip_chksum_fail : 1,
49 sa_idx_invalid : 1,
50 da_idx_invalid : 1,
51 reserved_1b : 1,
52 rx_in_tx_decrypt_byp : 1,
53 encrypt_required : 1,
54 directed : 1,
55 buffer_fragment : 1,
56 mpdu_length_err : 1,
57 tkip_mic_err : 1,
58 decrypt_err : 1,
59 unencrypted_frame_err : 1,
60 fcs_err : 1;
61 uint32_t flow_idx_timeout : 1,
62 flow_idx_invalid : 1,
63 wifi_parser_error : 1,
64 amsdu_parser_error : 1,
65 sa_idx_timeout : 1,
66 da_idx_timeout : 1,
67 msdu_limit_error : 1,
68 da_is_valid : 1,
69 da_is_mcbc : 1,
70 sa_is_valid : 1,
71 decrypt_status_code : 3,
72 rx_bitmap_not_updated : 1,
73 reserved_2 : 17,
74 msdu_done : 1;