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