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