Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_init.c2374 uint8_t lenlo, lenhi; in lpfc_parse_vpd() local
2393 lenlo = vpd[index]; in lpfc_parse_vpd()
2397 i = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()
2402 lenlo = vpd[index]; in lpfc_parse_vpd()
2406 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()