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