Searched refs:new_io (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c460 SCIF_SAS_IO_REQUEST_T * new_io; local
507 new_io = (SCIF_SAS_IO_REQUEST_T *) new_request_memory;
508 new_io->retry_count = ++retry_count;
540 SCIF_SAS_IO_REQUEST_T * new_io; local
589 new_io = (SCIF_SAS_IO_REQUEST_T *) new_request_memory;
590 new_io->retry_count = ++retry_count;
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c499 union ctl_io *new_io; local
508 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
509 if (new_io == NULL) {
517 ctl_free_io(new_io);
522 PRIV_INFO(new_io) = cmd_info;
524 new_ccb->ccb_h.io_ptr = new_io;
535 ctl_free_io(new_io);
556 union ctl_io *new_io; local
564 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
565 if (new_io
[all...]

Completed in 60 milliseconds