Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h728 uint32_t cfg_hba_queue_depth; member
Dlpfc_scsi.c5488 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5495 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) { in lpfc_slave_alloc()
5500 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_slave_alloc()
5501 (phba->cfg_hba_queue_depth - total)); in lpfc_slave_alloc()
5502 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_slave_alloc()
Dlpfc_init.c477 if (phba->cfg_hba_queue_depth > i) { in lpfc_config_port_post()
480 phba->cfg_hba_queue_depth, i); in lpfc_config_port_post()
481 phba->cfg_hba_queue_depth = i; in lpfc_config_port_post()
3326 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_create_port()
6306 shost->can_queue = phba->cfg_hba_queue_depth - 10; in lpfc_post_init_setup()
6945 if (phba->cfg_hba_queue_depth > length) { in lpfc_sli4_read_config()
6948 phba->cfg_hba_queue_depth, length); in lpfc_sli4_read_config()
6949 phba->cfg_hba_queue_depth = length; in lpfc_sli4_read_config()
Dlpfc_sli.c9145 (phba->cfg_hba_queue_depth * 2); in lpfc_sli_setup()
9159 pring->iotag_max = phba->cfg_hba_queue_depth; in lpfc_sli_setup()