Searched refs:lenlo (Results 1 – 1 of 1) sorted by relevance
2374 uint8_t lenlo, lenhi; in lpfc_parse_vpd() local2393 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()