Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h994 uint8_t fips_level; member
Dlpfc_hw.h3107 uint32_t fips_level : 4; /* FIPS Level */ member
3113 uint32_t fips_level : 4; /* FIPS Level */ member
Dlpfc_sli.c4574 phba->fips_level = 0; in lpfc_sli_config_port()
4578 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level; in lpfc_sli_config_port()
4583 phba->fips_level, phba->fips_spec_rev); in lpfc_sli_config_port()
Dlpfc_attr.c1553 return snprintf(buf, PAGE_SIZE, "%d\n", phba->fips_level); in lpfc_fips_level_show()