Lines Matching defs:rx_attention
42 struct rx_attention { struct
43 uint32_t rxpcu_mpdu_filter_in_category : 2, //[1:0]
44 sw_frame_group_id : 7, //[8:2]
45 reserved_0 : 7, //[15:9]
46 phy_ppdu_id : 16; //[31:16]
47 uint32_t first_mpdu : 1, //[0]
48 reserved_1a : 1, //[1]
49 mcast_bcast : 1, //[2]
50 ast_index_not_found : 1, //[3]
51 ast_index_timeout : 1, //[4]
52 power_mgmt : 1, //[5]
53 non_qos : 1, //[6]
54 null_data : 1, //[7]
55 mgmt_type : 1, //[8]
56 ctrl_type : 1, //[9]
57 more_data : 1, //[10]
58 eosp : 1, //[11]
59 a_msdu_error : 1, //[12]
60 fragment_flag : 1, //[13]
61 order : 1, //[14]
62 cce_match : 1, //[15]
63 overflow_err : 1, //[16]
64 msdu_length_err : 1, //[17]
65 tcp_udp_chksum_fail : 1, //[18]
66 ip_chksum_fail : 1, //[19]
67 sa_idx_invalid : 1, //[20]
68 da_idx_invalid : 1, //[21]
69 reserved_1b : 1, //[22]
70 rx_in_tx_decrypt_byp : 1, //[23]
71 encrypt_required : 1, //[24]
72 directed : 1, //[25]
73 buffer_fragment : 1, //[26]
74 mpdu_length_err : 1, //[27]
75 tkip_mic_err : 1, //[28]
76 decrypt_err : 1, //[29]
77 unencrypted_frame_err : 1, //[30]
78 fcs_err : 1; //[31]
79 uint32_t flow_idx_timeout : 1, //[0]
80 flow_idx_invalid : 1, //[1]
81 wifi_parser_error : 1, //[2]
82 amsdu_parser_error : 1, //[3]
83 sa_idx_timeout : 1, //[4]
84 da_idx_timeout : 1, //[5]
85 msdu_limit_error : 1, //[6]
86 da_is_valid : 1, //[7]
87 da_is_mcbc : 1, //[8]
88 sa_is_valid : 1, //[9]
89 decrypt_status_code : 3, //[12:10]
90 rx_bitmap_not_updated : 1, //[13]
91 reserved_2 : 17, //[30:14]
92 msdu_done : 1; //[31]