Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_scsi.c343 if (vport->cfg_lun_queue_depth <= queue_depth) in lpfc_rampup_queue_depth()
432 if (vports[i]->cfg_lun_queue_depth <= in lpfc_ramp_up_queue_handler()
3788 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_slave_alloc()
3791 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
3842 scsi_activate_tcq(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
3844 scsi_deactivate_tcq(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
Dlpfc.h398 uint32_t cfg_lun_queue_depth; member