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