Searched refs:OptionROMVersion (Results 1 - 5 of 5) 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.h677 char OptionROMVersion[32]; /* adapter BIOS / Fcode version */ member in struct:lpfc_hba
H A Dlpfc_ct.c1518 strcpy(ae->un.OptionROMVersion, phba->OptionROMVersion);
1519 len = strlen(ae->un.OptionROMVersion);
H A Dlpfc_hw.h1009 uint8_t OptionROMVersion[256]; member in union:__anon14612::__anon14613
H A Dlpfc_init.c275 * into a human readable string and store it in OptionROMVersion.
301 sprintf(phba->OptionROMVersion, "%d.%d%d",
304 sprintf(phba->OptionROMVersion, "%d.%d%d%c%d",
H A Dlpfc_attr.c393 return snprintf(buf, PAGE_SIZE, "%s\n", phba->OptionROMVersion);

Completed in 143 milliseconds