cfg_lun_queue_depth  460 drivers/scsi/lpfc/lpfc.h 	uint32_t cfg_lun_queue_depth;
cfg_lun_queue_depth  524 drivers/scsi/lpfc/lpfc_init.c 	if (phba->pport->cfg_lun_queue_depth > i) {
cfg_lun_queue_depth  527 drivers/scsi/lpfc/lpfc_init.c 				phba->pport->cfg_lun_queue_depth, i);
cfg_lun_queue_depth  528 drivers/scsi/lpfc/lpfc_init.c 		phba->pport->cfg_lun_queue_depth = i;
cfg_lun_queue_depth 5563 drivers/scsi/lpfc/lpfc_scsi.c 	num_to_alloc = vport->cfg_lun_queue_depth + 2;
cfg_lun_queue_depth 5566 drivers/scsi/lpfc/lpfc_scsi.c 	if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total)
cfg_lun_queue_depth 5616 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth);
cfg_lun_queue_depth 7317 drivers/scsi/lpfc/lpfc_sli.c 	if (phba->pport->cfg_lun_queue_depth > rc) {
cfg_lun_queue_depth 7320 drivers/scsi/lpfc/lpfc_sli.c 				phba->pport->cfg_lun_queue_depth, rc);
cfg_lun_queue_depth 7321 drivers/scsi/lpfc/lpfc_sli.c 		phba->pport->cfg_lun_queue_depth = rc;
cfg_lun_queue_depth  404 drivers/scsi/lpfc/lpfc_vport.c 	vport->cfg_lun_queue_depth  = phba->pport->cfg_lun_queue_depth;