Symbol: vpd_info
usr/src/uts/common/io/aac/aac.c
2579
sizeof (struct vpd_info));
usr/src/uts/common/io/aac/aac_regs.h
334
struct vpd_info VpdInfo;
usr/src/uts/common/io/nxge/nxge_espc.c
216
nxgep->vpd_info.present = B_FALSE;
usr/src/uts/common/io/nxge/nxge_espc.c
223
nxgep->vpd_info.present = B_TRUE;
usr/src/uts/common/io/nxge/nxge_espc.c
224
nxgep->vpd_info.ver_valid = B_FALSE;
usr/src/uts/common/io/nxge/nxge_espc.c
228
status = npi_espc_vpd_info_get(handle, &nxgep->vpd_info,
usr/src/uts/common/io/nxge/nxge_espc.c
237
if (!nxgep->vpd_info.ver_valid)
usr/src/uts/common/io/nxge/nxge_espc.c
241
if ((strncmp(nxgep->vpd_info.bd_model, NXGE_QGC_LP_BM_STR,
usr/src/uts/common/io/nxge/nxge_espc.c
243
(strncmp(nxgep->vpd_info.bd_model, NXGE_QGC_PEM_BM_STR,
usr/src/uts/common/io/nxge/nxge_espc.c
246
} else if ((strncmp(nxgep->vpd_info.bd_model,
usr/src/uts/common/io/nxge/nxge_espc.c
248
(strncmp(nxgep->vpd_info.bd_model, NXGE_2XGF_PEM_BM_STR,
usr/src/uts/common/io/nxge/nxge_espc.c
251
} else if (strncmp(nxgep->vpd_info.bd_model,
usr/src/uts/common/io/nxge/nxge_espc.c
254
} else if (strncmp(nxgep->vpd_info.bd_model,
usr/src/uts/common/io/nxge/nxge_espc.c
264
(void) strcpy(nxgep->vpd_info.phy_type, "mif");
usr/src/uts/common/io/nxge/nxge_espc.c
268
if ((strncmp(nxgep->vpd_info.bd_model,
usr/src/uts/common/io/nxge/nxge_espc.c
273
(void) strcpy(nxgep->vpd_info.phy_type, "mif");
usr/src/uts/common/io/nxge/nxge_espc.c
291
nxgep->vpd_info.ver_valid = B_FALSE;
usr/src/uts/common/io/nxge/nxge_espc.c
295
if (nxgep->vpd_info.ver[i] == fcode_str[0]) {
usr/src/uts/common/io/nxge/nxge_espc.c
300
if (nxgep->vpd_info.ver[i] != fcode_str[j])
usr/src/uts/common/io/nxge/nxge_espc.c
308
ver_num_str[j] = nxgep->vpd_info.ver[i];
usr/src/uts/common/io/nxge/nxge_espc.c
338
nxgep->vpd_info.ver_valid = B_TRUE;
usr/src/uts/common/io/nxge/nxge_mac.c
500
if (!nxgep->vpd_info.present) {
usr/src/uts/common/io/nxge/nxge_mac.c
504
if (!nxgep->vpd_info.ver_valid) {
usr/src/uts/common/io/nxge/nxge_mac.c
514
phy_type = nxgep->vpd_info.phy_type;
usr/src/uts/common/io/nxge/nxge_mac.c
560
"[%s] invalid...please update", nxgep->vpd_info.ver));
usr/src/uts/common/io/nxge/nxge_main.c
5151
nxgep->vpd_info.ver);
usr/src/uts/common/io/nxge/nxge_main.c
5155
pr_name, nxgep->vpd_info.ver, valstr));
usr/src/uts/common/io/nxge/nxge_ndd.c
855
nxgep->instance, nxgep->vpd_info.ver);
usr/src/uts/common/io/nxge/nxge_virtual.c
3767
if ((!nxgep->vpd_info.present) ||
usr/src/uts/common/io/nxge/nxge_virtual.c
3775
if (!nxgep->vpd_info.ver_valid) {
usr/src/uts/common/io/nxge/nxge_virtual.c
3782
nxgep->vpd_info.ver));
usr/src/uts/common/io/nxge/nxge_virtual.c
3792
nxge_espc_get_next_mac_addr(nxgep->vpd_info.mac_addr,
usr/src/uts/common/io/nxge/nxge_virtual.c
3806
nxgep->vpd_info.ver));
usr/src/uts/common/sys/nxge/nxge.h
686
npi_vpd_info_t vpd_info;