Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h283 uint8_t opFwName[16]; member
H A Demlxs_fc.h220 char opFwName[32]; member
H A Demlxs_mbox.h1158 uint8_t opFwName[16]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c352 vpd->opFwName[0] = 0; in emlxs_sli3_online()
483 bcopy((char *)mb->un.varRdRev.opFwName, vpd->opFwLabel, 16); in emlxs_sli3_online()
496 emlxs_decode_version(vpd->opFwRev, vpd->opFwName, in emlxs_sli3_online()
497 sizeof (vpd->opFwName)); in emlxs_sli3_online()
H A Demlxs_sli4.c471 vpd->opFwName[0] = 0; in emlxs_sli4_online()
578 bcopy((char *)mb->un.varRdRev4.ULPFwName, vpd->opFwName, 16); in emlxs_sli4_online()
595 emlxs_decode_label(vpd->opFwName, vpd->opFwName, 0, in emlxs_sli4_online()
596 sizeof (vpd->opFwName)); in emlxs_sli4_online()
622 vpd->opFwRev, vpd->opFwName, vpd->postKernRev, vpd->postKernName, in emlxs_sli4_online()
H A Demlxs_dump.c1564 (void) snprintf(buf2, buf2_size, "%s", vpd->opFwName); in emlxs_dump_fw_version()
H A Demlxs_download.c4473 vpd->opFwName, in emlxs_verify_image()
H A Demlxs_dfc.c3875 (void) strncpy(hbainfo->stub_name, vpd->opFwName, in emlxs_dfc_get_hbainfo()