Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h411 uint32_t cfg_tgt_queue_depth; member
Dlpfc_scsi.c2619 if ((pnode->cmd_qdepth < vport->cfg_tgt_queue_depth) && in lpfc_scsi_cmd_iocb_cmpl()
2627 if (pnode->cmd_qdepth > vport->cfg_tgt_queue_depth) in lpfc_scsi_cmd_iocb_cmpl()
2628 pnode->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_scsi_cmd_iocb_cmpl()
Dlpfc_attr.c3229 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_max_scsicmpl_time_set()
Dlpfc_hbadisc.c3840 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; in lpfc_initialize_node()