Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_vport.c404 vport->cfg_lun_queue_depth = phba->pport->cfg_lun_queue_depth; in lpfc_vport_create()
Dlpfc.h457 uint32_t cfg_lun_queue_depth; member
Dlpfc_scsi.c5575 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
5578 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5628 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()