Searched refs:max_initiators (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h184 * max_initiators: Maximum number of initiators that the FETD is
186 * from 0 to max_initiators - 1. This value will
229 uint32_t max_initiators; /* passed back to FETD */ member in struct:ctl_frontend
H A Dctl_frontend_iscsi.h105 int max_initiators; member in struct:cfiscsi_softc
H A Dctl_frontend.c115 fe->max_initiators = CTL_MAX_INIT_PER_PORT;
H A Dctl_frontend_iscsi.c1135 for (i = 0; i < softc->max_initiators; i++) {
1139 if (i == softc->max_initiators) {
1141 softc->max_initiators);
1150 i, softc->max_initiators);
1314 softc->max_initiators = fe->max_initiators;

Completed in 122 milliseconds