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