(PercpuInitState { port_buf_map, .. }: PercpuInitState)
| 337 | } |
| 338 | |
| 339 | fn ready(PercpuInitState { port_buf_map, .. }: PercpuInitState) -> Self { |
| 340 | PvmemcontrolDevice::new( |
| 341 | PvmemcontrolTransport::ack(), |
| 342 | PvmemcontrolState::Ready(port_buf_map), |
| 343 | ) |
| 344 | } |
| 345 | |
| 346 | fn run_command( |
| 347 | &mut self, |
no test coverage detected