Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_vport.c404 vport->cfg_lun_queue_depth = phba->pport->cfg_lun_queue_depth; in lpfc_vport_create()
Dlpfc.h448 uint32_t cfg_lun_queue_depth; member
Dlpfc_scsi.c5573 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
5576 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5626 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
Dlpfc_init.c518 if (phba->pport->cfg_lun_queue_depth > i) { in lpfc_config_port_post()
521 phba->pport->cfg_lun_queue_depth, i); in lpfc_config_port_post()
522 phba->pport->cfg_lun_queue_depth = i; in lpfc_config_port_post()
Dlpfc_sli.c6958 if (phba->pport->cfg_lun_queue_depth > rc) { in lpfc_sli4_hba_setup()
6961 phba->pport->cfg_lun_queue_depth, rc); in lpfc_sli4_hba_setup()
6962 phba->pport->cfg_lun_queue_depth = rc; in lpfc_sli4_hba_setup()