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