Home
last modified time | relevance | path

Searched refs:io_throttle (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h471 uint32_t io_throttle; member
1756 uint32_t io_throttle; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c1061 ndlp->io_throttle = throttle; in emlxs_node_throttle_set()
H A Demlxs_solaris.c4982 node->io_throttle = desc->throttle; in emlxs_fca_port_manage()
4990 node->io_throttle); in emlxs_fca_port_manage()
5008 node->io_throttle = desc->throttle; in emlxs_fca_port_manage()
5016 node->io_throttle); in emlxs_fca_port_manage()
5035 node->io_throttle = desc->throttle; in emlxs_fca_port_manage()
5043 node->io_throttle); in emlxs_fca_port_manage()
5113 desc[j].throttle = node->io_throttle; in emlxs_fca_port_manage()
6785 hba->fca_tran->fca_cmd_max = hba->io_throttle; in emlxs_fca_attach()
H A Demlxs_sli3.c939 hba->io_throttle = mb->un.varRdConfig.max_xri - IO_THROTTLE_RESERVE; in emlxs_sli3_online()
2853 throttle = hba->io_throttle - hba->io_active; in emlxs_sli3_issue_iocb_cmd()
2929 if (sbp && sbp->node && sbp->node->io_throttle) { in emlxs_sli3_issue_iocb_cmd()
2930 node_throttle = sbp->node->io_throttle - in emlxs_sli3_issue_iocb_cmd()
3021 throttle = hba->io_throttle - hba->io_active; in emlxs_sli3_issue_iocb_cmd()
H A Demlxs_sli4.c1146 hba->io_throttle = hba->sli.sli4.XRICount - IO_THROTTLE_RESERVE; in emlxs_sli4_online()
3249 throttle = hba->io_throttle - hba->io_active; in emlxs_sli4_issue_iocb_cmd()
3305 if (sbp && sbp->node && sbp->node->io_throttle) { in emlxs_sli4_issue_iocb_cmd()
3306 node_throttle = sbp->node->io_throttle - in emlxs_sli4_issue_iocb_cmd()
3450 throttle = hba->io_throttle - hba->io_active; in emlxs_sli4_issue_iocb_cmd()
H A Demlxs_fct.c1180 (cfg[CFG_FCT_QDEPTH].current < hba->io_throttle)) { in emlxs_fct_bind_port()
1183 fct_port->port_max_xchges = hba->io_throttle; in emlxs_fct_bind_port()