Home
last modified time | relevance | path

Searched refs:LPFC_MAX_VPI (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c2195 if (max_vpi > LPFC_MAX_VPI) in lpfc_get_hba_info()
2196 max_vpi = LPFC_MAX_VPI; in lpfc_get_hba_info()
2236 if (max_vpi > LPFC_MAX_VPI) in lpfc_get_hba_info()
2237 max_vpi = LPFC_MAX_VPI; in lpfc_get_hba_info()
H A Dlpfc.h1327 #define LPFC_MAX_VPI 0xFF /* Max number VPI supported 0 - 0xff */ macro
H A Dlpfc_mbox.c1357 mb->un.varCfgPort.max_vpi = LPFC_MAX_VPI; in lpfc_config_port()