Searched refs:port_max_xchges (Results 1 – 7 of 7) sorted by relevance
1191 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()
1037 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()
229 uint16_t port_max_xchges; member
561 port->port_max_xchges = FCOET_MAX_XCHGES; in fcoet_attach_init()
1178 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);
997 for (i = 0; i < port.port_max_xchges; i++) { in outstanding_cmds_on_lport()
1135 port->port_max_xchges = QLT_MAX_XCHGES; in qlt_port_start()