Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_scsi.c6732 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6739 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6744 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
6745 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
6746 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
Dlpfc.h1142 uint32_t cfg_hba_queue_depth; member
Dlpfc_init.c516 if (phba->cfg_hba_queue_depth > mb->un.varRdConfig.max_xri) { in lpfc_config_port_post()
519 phba->cfg_hba_queue_depth, in lpfc_config_port_post()
521 phba->cfg_hba_queue_depth = mb->un.varRdConfig.max_xri; in lpfc_config_port_post()
4633 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
9046 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
9973 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
9976 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
9977 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
Dlpfc_sli.c11598 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
11612 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()