Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h395 char hs_hca_pn[64]; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4290 if (pn_length > sizeof (state->hs_hca_pn)) { in hermon_pci_capability_vpd()
4295 (void) memcpy(state->hs_hca_pn, in hermon_pci_capability_vpd()
4298 state->hs_hca_pn[pn_length] = 0; in hermon_pci_capability_vpd()
4300 cmn_err(CE_CONT, "!vpd %s\n", state->hs_hca_pn); in hermon_pci_capability_vpd()
H A Dhermon_ioctl.c624 (void) memcpy(init_info.af_hwpn, state->hs_hca_pn, in hermon_ioctl_flash_init()