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

/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c395 static uint16_t port_max_logins; variable
585 port_max_logins = port.port_max_logins;
601 if (rp_index++ >= port_max_logins)
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h228 uint16_t port_max_logins; member in struct:fct_local_port
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c511 for (; i < iport->iport_port->port_max_logins; i++) {
549 for (; i < iport->iport_port->port_max_logins; i++) {
558 if (i >= iport->iport_port->port_max_logins) {
1182 port->port_max_logins * sizeof (fct_i_remote_port_t *), KM_SLEEP);
1332 kmem_free(iport->iport_rp_slots, port->port_max_logins *
1643 if ((rp_handle >= port->port_max_logins) ||
2935 else if (cmd->cmd_rp_handle < port->port_max_logins)
H A Ddiscovery.c1122 if (rp->rp_handle >= port->port_max_logins) {
1127 rp->rp_id, port->port_max_logins);
1144 for (i = 0; i < port->port_max_logins; i++) {
1149 if (i == port->port_max_logins) {
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c560 port->port_max_logins = FCOET_MAX_LOGINS;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1174 fct_port->port_max_logins = hba->max_nodes + EMLXS_FCT_NUM_ELS_ONLY;
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1134 port->port_max_logins = QLT_MAX_LOGINS;

Completed in 82 milliseconds