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