Searched refs:NoopTrb (Results 1 – 1 of 1) sorted by relevance
162 let t = self.cast::<NoopTrb>()?; in fmt_helper()232 Ok(TrbType::Noop) => self.cast::<NoopTrb>()?.get_chain(), in get_chain_bit()430 pub struct NoopTrb { struct635 impl TypedTrb for NoopTrb { implementation727 unsafe impl DataInit for NoopTrb {} implementation755 unsafe impl TrbCast for NoopTrb {} implementation893 assert_eq!(std::mem::size_of::<NoopTrb>(), TRB_SIZE); in check_struct_sizes()