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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c458 SCIF_SAS_IO_REQUEST_T * new_io; local
505 new_io = (SCIF_SAS_IO_REQUEST_T *) new_request_memory;
506 new_io->retry_count = ++retry_count;
538 SCIF_SAS_IO_REQUEST_T * new_io; local
587 new_io = (SCIF_SAS_IO_REQUEST_T *) new_request_memory;
588 new_io->retry_count = ++retry_count;
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend_internal.c837 union ctl_io *new_io; local
840 new_io = ctl_alloc_io(softc->fe.ctl_pool_ref);
841 if (new_io == NULL) {
846 ctl_zero_io(new_io);
848 new_io->io_hdr.io_type = CTL_IO_TASK;
849 new_io->taskio.task_action = CTL_TASK_LUN_RESET;
851 cfi_init_io(new_io,
861 new_io->io_hdr.port_priv;
867 io = new_io;
H A Dctl.c5450 union ctl_io *new_io; local
5452 new_io = ctl_alloc_io(ctsio->io_hdr.pool);
5453 if (new_io == NULL) {
5458 new_io);
5459 retval = lun->backend->config_write(new_io);

Completed in 154 milliseconds