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