Lines Matching defs:rx_mpdu_end
33 struct rx_mpdu_end { struct
34 uint32_t rxpcu_mpdu_filter_in_category : 2, //[1:0]
35 sw_frame_group_id : 7, //[8:2]
36 reserved_0 : 7, //[15:9]
37 phy_ppdu_id : 16; //[31:16]
38 uint32_t reserved_1a : 11, //[10:0]
39 unsup_ktype_short_frame : 1, //[11]
40 rx_in_tx_decrypt_byp : 1, //[12]
41 overflow_err : 1, //[13]
42 mpdu_length_err : 1, //[14]
43 tkip_mic_err : 1, //[15]
44 decrypt_err : 1, //[16]
45 unencrypted_frame_err : 1, //[17]
46 pn_fields_contain_valid_info : 1, //[18]
47 fcs_err : 1, //[19]
48 msdu_length_err : 1, //[20]
49 rxdma0_destination_ring : 2, //[22:21]
50 rxdma1_destination_ring : 2, //[24:23]
51 decrypt_status_code : 3, //[27:25]
52 rx_bitmap_not_updated : 1, //[28]
53 reserved_1b : 3; //[31:29]