Home
last modified time | relevance | path

Searched refs:cmd_qdepth (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_disc.h118 uint32_t cmd_qdepth; member
Dlpfc_scsi.c4061 if (pnode->cmd_qdepth > in lpfc_scsi_cmd_iocb_cmpl()
4067 pnode->cmd_qdepth = in lpfc_scsi_cmd_iocb_cmpl()
4074 if ((pnode->cmd_qdepth < vport->cfg_tgt_queue_depth) && in lpfc_scsi_cmd_iocb_cmpl()
4078 depth = pnode->cmd_qdepth * LPFC_TGTQ_RAMPUP_PCENT in lpfc_scsi_cmd_iocb_cmpl()
4081 pnode->cmd_qdepth += depth; in lpfc_scsi_cmd_iocb_cmpl()
4082 if (pnode->cmd_qdepth > vport->cfg_tgt_queue_depth) in lpfc_scsi_cmd_iocb_cmpl()
4083 pnode->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_scsi_cmd_iocb_cmpl()
4533 if (atomic_read(&ndlp->cmd_pending) >= ndlp->cmd_qdepth) in lpfc_queuecommand()
Dlpfc_attr.c4498 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_max_scsicmpl_time_set()
Dlpfc_hbadisc.c4212 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_initialize_node()