Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_scsi.c6324 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6331 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6336 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
6337 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
6338 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
Dlpfc.h1159 uint32_t cfg_hba_queue_depth; member
Dlpfc_init.c521 if (phba->cfg_hba_queue_depth > mb->un.varRdConfig.max_xri) { in lpfc_config_port_post()
524 phba->cfg_hba_queue_depth, in lpfc_config_port_post()
526 phba->cfg_hba_queue_depth = mb->un.varRdConfig.max_xri; in lpfc_config_port_post()
4796 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
9241 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
10190 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
10193 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
10194 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
Dlpfc_sli.c11635 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
11649 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()