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