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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h111 uint32_t cmd_qdepth; member in struct:lpfc_nodelist
H A Dlpfc_scsi.c2448 if (pnode->cmd_qdepth >
2454 pnode->cmd_qdepth =
2461 if ((pnode->cmd_qdepth < vport->cfg_tgt_queue_depth) &&
2465 depth = pnode->cmd_qdepth * LPFC_TGTQ_RAMPUP_PCENT
2468 pnode->cmd_qdepth += depth;
2469 if (pnode->cmd_qdepth > vport->cfg_tgt_queue_depth)
2470 pnode->cmd_qdepth = vport->cfg_tgt_queue_depth;
2925 if (atomic_read(&ndlp->cmd_pending) >= ndlp->cmd_qdepth)
H A Dlpfc_attr.c3170 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
H A Dlpfc_hbadisc.c3587 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;

Completed in 147 milliseconds