Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_vport.c404 vport->cfg_lun_queue_depth = phba->pport->cfg_lun_queue_depth; in lpfc_vport_create()
Dlpfc.h460 uint32_t cfg_lun_queue_depth; member
Dlpfc_scsi.c5557 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
5560 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5610 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
Dlpfc_init.c519 if (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()
523 phba->pport->cfg_lun_queue_depth = i; in lpfc_config_port_post()
Dlpfc_sli.c7307 if (phba->pport->cfg_lun_queue_depth > rc) { in lpfc_sli4_hba_setup()
7310 phba->pport->cfg_lun_queue_depth, rc); in lpfc_sli4_hba_setup()
7311 phba->pport->cfg_lun_queue_depth = rc; in lpfc_sli4_hba_setup()