Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc.h934 uint8_t fips_level; member
Dlpfc_hw.h2907 uint32_t fips_level : 4; /* FIPS Level */ member
2913 uint32_t fips_level : 4; /* FIPS Level */ member
Dlpfc_sli.c4379 phba->fips_level = 0; in lpfc_sli_config_port()
4383 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level; in lpfc_sli_config_port()
4388 phba->fips_level, phba->fips_spec_rev); in lpfc_sli_config_port()
Dlpfc_attr.c1519 return snprintf(buf, PAGE_SIZE, "%d\n", phba->fips_level); in lpfc_fips_level_show()