Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1010 emlxs_parse_vpd(emlxs_hba_t *hba, uint8_t *vpd_buf, uint32_t size) in emlxs_parse_vpd() argument
1034 switch (vpd_buf[block_index]) { in emlxs_parse_vpd()
1038 lenlo = vpd_buf[index]; in emlxs_parse_vpd()
1040 lenhi = vpd_buf[index]; in emlxs_parse_vpd()
1054 bcopy(&vpd_buf[index], buffer, in emlxs_parse_vpd()
1066 lenlo = vpd_buf[index]; in emlxs_parse_vpd()
1068 lenhi = vpd_buf[index]; in emlxs_parse_vpd()
1090 tag[0] = vpd_buf[index++]; in emlxs_parse_vpd()
1091 tag[1] = vpd_buf[index++]; in emlxs_parse_vpd()
1093 sub_size = vpd_buf[index++]; in emlxs_parse_vpd()
[all …]