Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_scsi.c377 if (vport->cfg_lun_queue_depth <= queue_depth) in lpfc_rampup_queue_depth()
474 if (vports[i]->cfg_lun_queue_depth <= in lpfc_ramp_up_queue_handler()
5440 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
5443 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5494 scsi_activate_tcq(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
5496 scsi_deactivate_tcq(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
Dlpfc.h410 uint32_t cfg_lun_queue_depth; member