Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c475 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 Demlxs_sli3.c356 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 Demlxs_hba.c1342 (void) strncpy(vpd->fw_version, vpd->sli4FwName, in emlxs_decode_firmware_rev()
H A Demlxs_dfc.c3891 (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 Demlxs_fc.h236 char sli4FwName[32]; member