Home
last modified time | relevance | path

Searched refs:cfg_hba_queue_depth (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5582 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5589 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5594 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
5595 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
5596 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
H A Dlpfc_init.c514 if (phba->cfg_hba_queue_depth > mb->un.varRdConfig.max_xri) { in lpfc_config_port_post()
517 phba->cfg_hba_queue_depth, in lpfc_config_port_post()
519 phba->cfg_hba_queue_depth = mb->un.varRdConfig.max_xri; in lpfc_config_port_post()
4427 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
7821 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
8701 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
8704 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
8705 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
H A Dlpfc.h879 uint32_t cfg_hba_queue_depth; member
H A Dlpfc_sli.c10659 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
10673 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6302 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6309 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
6314 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
6315 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
6316 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
H A Dlpfc.h1132 uint32_t cfg_hba_queue_depth; member
H A 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()
4804 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
9247 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
10193 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
10196 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
10197 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
H A Dlpfc_sli.c11649 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
11663 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()

Completed in 99 milliseconds