Searched refs:cmd_qdepth (Results 1 – 4 of 4) sorted by relevance
117 uint32_t cmd_qdepth; member
4094 if (pnode->cmd_qdepth > in lpfc_scsi_cmd_iocb_cmpl()4100 pnode->cmd_qdepth = in lpfc_scsi_cmd_iocb_cmpl()4107 if ((pnode->cmd_qdepth < vport->cfg_tgt_queue_depth) && in lpfc_scsi_cmd_iocb_cmpl()4111 depth = pnode->cmd_qdepth * LPFC_TGTQ_RAMPUP_PCENT in lpfc_scsi_cmd_iocb_cmpl()4114 pnode->cmd_qdepth += depth; in lpfc_scsi_cmd_iocb_cmpl()4115 if (pnode->cmd_qdepth > vport->cfg_tgt_queue_depth) in lpfc_scsi_cmd_iocb_cmpl()4116 pnode->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_scsi_cmd_iocb_cmpl()4564 if (atomic_read(&ndlp->cmd_pending) >= ndlp->cmd_qdepth) in lpfc_queuecommand()
4498 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_max_scsicmpl_time_set()
4208 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_initialize_node()