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