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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h621 uint32_t cfg_hba_queue_depth; member in struct:lpfc_hba
H A Dlpfc_scsi.c3624 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) {
3631 phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) {
3636 num_to_alloc, phba->cfg_hba_queue_depth,
3637 (phba->cfg_hba_queue_depth - total));
3638 num_to_alloc = phba->cfg_hba_queue_depth - total;
H A Dlpfc_init.c439 if (phba->cfg_hba_queue_depth > (mb->un.varRdConfig.max_xri+1))
440 phba->cfg_hba_queue_depth =
2631 shost->can_queue = phba->cfg_hba_queue_depth - 10;
5081 shost->can_queue = phba->cfg_hba_queue_depth - 10;
5607 if (phba->cfg_hba_queue_depth >
5610 phba->cfg_hba_queue_depth =
H A Dlpfc_sli.c6586 (phba->cfg_hba_queue_depth * 2);
6600 pring->iotag_max = phba->cfg_hba_queue_depth;

Completed in 65 milliseconds