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

/freebsd-10-stable/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-stable/sys/cam/ctl/
H A Dscsi_ctl.c487 union ctl_io *new_io; local
496 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
497 if (new_io == NULL) {
505 ctl_free_io(new_io);
510 PRIV_INFO(new_io) = cmd_info;
512 new_ccb->ccb_h.io_ptr = new_io;
523 ctl_free_io(new_io);
544 union ctl_io *new_io; local
552 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
553 if (new_io
[all...]

Completed in 223 milliseconds