Searched refs:cfg_lun_queue_depth (Results 1 - 2 of 2) 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.h390 uint32_t cfg_lun_queue_depth; member in struct:lpfc_vport
H A Dlpfc_scsi.c342 if (vport->cfg_lun_queue_depth <= queue_depth)
431 if (vports[i]->cfg_lun_queue_depth <=
3617 num_to_alloc = vport->cfg_lun_queue_depth + 2;
3620 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total)
3673 scsi_activate_tcq(sdev, vport->cfg_lun_queue_depth);
3675 scsi_deactivate_tcq(sdev, vport->cfg_lun_queue_depth);

Completed in 59 milliseconds