Home
last modified time | relevance | path

Searched refs:cfg_lun_queue_depth (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_vport.c391 vport->cfg_lun_queue_depth = phba->pport->cfg_lun_queue_depth; in lpfc_vport_create()
Dlpfc.h410 uint32_t cfg_lun_queue_depth; member
Dlpfc_scsi.c5481 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
5484 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5534 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
Dlpfc_init.c486 if (phba->pport->cfg_lun_queue_depth > i) { in lpfc_config_port_post()
489 phba->pport->cfg_lun_queue_depth, i); in lpfc_config_port_post()
490 phba->pport->cfg_lun_queue_depth = i; in lpfc_config_port_post()
Dlpfc_sli.c6377 if (phba->pport->cfg_lun_queue_depth > rc) { in lpfc_sli4_hba_setup()
6380 phba->pport->cfg_lun_queue_depth, rc); in lpfc_sli4_hba_setup()
6381 phba->pport->cfg_lun_queue_depth = rc; in lpfc_sli4_hba_setup()