Searched refs:ctl_pool_ref (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h181 * ctl_pool_ref: Memory pool reference used by the FETD in calls to
228 void *ctl_pool_ref; /* passed back to FETD */ member in struct:ctl_frontend
H A Dctl_frontend.c122 fe->ctl_pool_ref = pool;
136 pool = (struct ctl_io_pool *)fe->ctl_pool_ref;
H A Dctl_frontend_internal.c840 new_io = ctl_alloc_io(softc->fe.ctl_pool_ref);
1046 io = ctl_alloc_io(lun->softc->fe.ctl_pool_ref);
1093 io = ctl_alloc_io(lun->softc->fe.ctl_pool_ref);
1474 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
1628 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
H A Dctl_frontend_cam_sim.c598 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
693 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
788 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
H A Dctl_frontend_iscsi.c537 io = ctl_alloc_io(cs->cs_target->ct_softc->fe.ctl_pool_ref);
603 io = ctl_alloc_io(cs->cs_target->ct_softc->fe.ctl_pool_ref);
1015 io = ctl_alloc_io(cs->cs_target->ct_softc->fe.ctl_pool_ref);
1043 io = ctl_alloc_io(cs->cs_target->ct_softc->fe.ctl_pool_ref);
H A Dscsi_ctl.c1198 io = ctl_alloc_io(bus_softc->fe.ctl_pool_ref);
1516 io = ctl_alloc_io(bus_softc->fe.ctl_pool_ref);
H A Dctl.c2194 io = ctl_alloc_io(softc->ioctl_info.fe.ctl_pool_ref);

Completed in 138 milliseconds