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