Home
last modified time | relevance | path

Searched refs:port_max_xchges (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1191 port->port_max_xchges * sizeof (fct_cmd_slot_t), KM_SLEEP); in fct_register_local_port()
1193 for (i = 0; i < port->port_max_xchges; ) { in fct_register_local_port()
1199 iport->iport_nslots_free = port->port_max_xchges; in fct_register_local_port()
1202 (port->port_max_xchges * FCT_TASK_GREEN_LIMIT) / 100; in fct_register_local_port()
1204 (port->port_max_xchges * FCT_TASK_YELLOW_LIMIT) / 100; in fct_register_local_port()
1206 (port->port_max_xchges * FCT_TASK_RED_LIMIT) / 100; in fct_register_local_port()
1325 kmem_free(iport->iport_cmd_slots, port->port_max_xchges * in fct_deregister_local_port()
2859 if ((ndx = CMD_HANDLE_SLOT_INDEX(fct_handle)) >= port->port_max_xchges) in fct_handle_to_cmd()
2958 for (i = 0; i < port->port_max_xchges; i++) { in fct_handle_rcvd_abts()
3085 for (i = 0; i < iport->iport_port->port_max_xchges; i++) { in fct_reset_flag_abort_called()
H A Ddiscovery.c1037 total = port->port_max_xchges - iport->iport_nslots_free; in fct_trigger_rport_cleanup()
1040 for (i = 0; i < port->port_max_xchges; i++) { in fct_trigger_rport_cleanup()
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h229 uint16_t port_max_xchges; member
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c561 port->port_max_xchges = FCOET_MAX_XCHGES; in fcoet_attach_init()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1178 fct_port->port_max_xchges = cfg[CFG_FCT_QDEPTH].current;
1180 fct_port->port_max_xchges = hba->io_throttle;
2343 if (TGTPORTSTAT.FctOutstandingIO >= port->fct_port->port_max_xchges) {
2822 port->fct_port->port_max_xchges);
/titanic_50/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c997 for (i = 0; i < port.port_max_xchges; i++) { in outstanding_cmds_on_lport()
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1135 port->port_max_xchges = QLT_MAX_XCHGES; in qlt_port_start()