Home
last modified time | relevance | path

Searched refs:sli4FwLabel (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c431 vpd->sli4FwLabel[0] = 0; in emlxs_sli4_online()
551 (void) strlcpy(vpd->sli4FwLabel, "be2.ufi", in emlxs_sli4_online()
552 sizeof (vpd->sli4FwLabel)); in emlxs_sli4_online()
554 (void) strlcpy(vpd->sli4FwLabel, "be3.ufi", in emlxs_sli4_online()
555 sizeof (vpd->sli4FwLabel)); in emlxs_sli4_online()
557 (void) strlcpy(vpd->sli4FwLabel, "xe201.grp", in emlxs_sli4_online()
558 sizeof (vpd->sli4FwLabel)); in emlxs_sli4_online()
560 (void) strlcpy(vpd->sli4FwLabel, "sli4.fw", in emlxs_sli4_online()
561 sizeof (vpd->sli4FwLabel)); in emlxs_sli4_online()
H A Demlxs_sli3.c360 vpd->sli4FwLabel[0] = 0; in emlxs_sli3_online()
514 emlxs_decode_label(vpd->sli4FwLabel, vpd->sli4FwLabel, 1, in emlxs_sli3_online()
515 sizeof (vpd->sli4FwLabel)); in emlxs_sli3_online()
H A Demlxs_hba.c1337 (void) strncpy(vpd->fw_label, vpd->sli4FwLabel, in emlxs_decode_firmware_rev()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h235 char sli4FwLabel[32]; member