Searched refs:sli4FwName (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 475 vpd->sli4FwName[0] = 0; in emlxs_sli4_online() 575 bcopy((char *)mb->un.varRdRev4.ULPFwName, vpd->sli4FwName, 16); in emlxs_sli4_online() 591 bcopy(vpd->postKernName, vpd->sli4FwName, 16); in emlxs_sli4_online() 593 emlxs_decode_label(vpd->sli4FwName, vpd->sli4FwName, 0, in emlxs_sli4_online() 594 sizeof (vpd->sli4FwName)); in emlxs_sli4_online() 771 (void) strncpy(vpd->boot_version, vpd->sli4FwName, in emlxs_sli4_online()
|
H A D | emlxs_sli3.c | 356 vpd->sli4FwName[0] = 0; in emlxs_sli3_online() 504 emlxs_decode_version(vpd->sli4FwRev, vpd->sli4FwName, in emlxs_sli3_online() 505 sizeof (vpd->sli4FwName)); in emlxs_sli3_online()
|
H A D | emlxs_hba.c | 1342 (void) strncpy(vpd->fw_version, vpd->sli4FwName, in emlxs_decode_firmware_rev()
|
H A D | emlxs_dfc.c | 3891 (void) strncpy(hbainfo->sli4_name, vpd->sli4FwName, in emlxs_dfc_get_hbainfo()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 236 char sli4FwName[32]; member
|