Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c522 if (phba->cfg_hba_queue_depth > mb->un.varRdConfig.max_xri) { in lpfc_config_port_post()
525 phba->cfg_hba_queue_depth, in lpfc_config_port_post()
527 phba->cfg_hba_queue_depth = mb->un.varRdConfig.max_xri; in lpfc_config_port_post()
4822 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
9243 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
10186 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
10189 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
10190 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
H A Dlpfc_sli.c11669 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
11683 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()