Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1210 port->port_max_xchges * sizeof (fct_cmd_slot_t), KM_SLEEP); in fct_register_local_port()
1212 for (i = 0; i < port->port_max_xchges; ) { in fct_register_local_port()
1218 iport->iport_nslots_free = port->port_max_xchges; in fct_register_local_port()
1221 (port->port_max_xchges * FCT_TASK_GREEN_LIMIT) / 100; in fct_register_local_port()
1223 (port->port_max_xchges * FCT_TASK_YELLOW_LIMIT) / 100; in fct_register_local_port()
1225 (port->port_max_xchges * FCT_TASK_RED_LIMIT) / 100; in fct_register_local_port()
1344 kmem_free(iport->iport_cmd_slots, port->port_max_xchges * in fct_deregister_local_port()
2878 if ((ndx = CMD_HANDLE_SLOT_INDEX(fct_handle)) >= port->port_max_xchges) in fct_handle_to_cmd()
2977 for (i = 0; i < port->port_max_xchges; i++) { in fct_handle_rcvd_abts()
3104 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h230 uint16_t port_max_xchges; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c561 port->port_max_xchges = FCOET_MAX_XCHGES; in fcoet_attach_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1181 fct_port->port_max_xchges = cfg[CFG_FCT_QDEPTH].current; in emlxs_fct_bind_port()
1183 fct_port->port_max_xchges = hba->io_throttle; in emlxs_fct_bind_port()
2357 if (TGTPORTSTAT.FctOutstandingIO >= port->fct_port->port_max_xchges) { in emlxs_fct_handle_unsol_req()
2836 port->fct_port->port_max_xchges); in emlxs_fct_send_qfull_reply()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1931 port->port_max_xchges = QLT_MAX_XCHGES; in qlt_port_start()