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