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