Searched refs:fe_datamove (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h152 * fe_datamove(): This function is called one or more times per I/O
222 void (*fe_datamove)(union ctl_io *io); /* passed to CTL */ member in struct:ctl_frontend
H A Dctl.c1130 fe->fe_datamove = ctl_ioctl_datamove;
11370 void (*fe_datamove)(union ctl_io *io);
11448 * - Back end calls fe_datamove() to move the data for the aborted
11646 * Lookup the fe_datamove() function for this particular
11649 fe_datamove =
11650 control_softc->ctl_ports[ctl_port_idx(io->io_hdr.nexus.targ_port)]->fe_datamove;
11653 fe_datamove(io);
11750 void (*fe_datamove)(union ctl_io *io);
11771 fe_datamove = control_softc->ctl_ports[ctl_port_idx(io->io_hdr.nexus.targ_port)]->fe_datamove;
[all...]
H A Dctl_frontend_cam_sim.c172 fe->fe_datamove = cfcs_datamove;
H A Dctl_frontend_internal.c270 fe->fe_datamove = cfi_datamove;
H A Dscsi_ctl.c416 fe->fe_datamove = ctlfe_datamove_done;
H A Dctl_frontend_iscsi.c1298 fe->fe_datamove = cfiscsi_datamove;

Completed in 200 milliseconds