Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6316 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_sdev_init()
6323 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_sdev_init()
6328 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_sdev_init()
6329 (phba->cfg_hba_queue_depth - total)); in lpfc_sdev_init()
6330 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_sdev_init()
H A Dlpfc.h1150 uint32_t cfg_hba_queue_depth; member
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()
4802 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()
10184 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
10187 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
10188 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
H A Dlpfc_sli.c11659 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
11673 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()