Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c5564 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5571 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5576 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
5577 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
5578 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
Dlpfc.h848 uint32_t cfg_hba_queue_depth; member
Dlpfc_init.c510 if (phba->cfg_hba_queue_depth > i) { in lpfc_config_port_post()
513 phba->cfg_hba_queue_depth, i); in lpfc_config_port_post()
514 phba->cfg_hba_queue_depth = i; in lpfc_config_port_post()
4326 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
7675 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
8470 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
8473 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
8474 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
Dlpfc_sli.c10382 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
10396 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()