Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c661 snprintf(pUM->versionFW, in BnxeAttachDevice()
662 sizeof(pUM->versionFW), in BnxeAttachDevice()
740 pUM->versionFW, in BnxeAttachDevice()
H A Dbnxe_kstat.c46 kstat_named_t versionFW; member
588 strncpy(pStats->versionFW.value.c, pUM->versionFW, sizeof(pStats->versionFW.value.c)); in BnxeKstatUpdate()
1852 BNXE_KSTAT(versionFW, KSTAT_DATA_CHAR); in BnxeKstatInit()
H A Dbnxe.h594 char versionFW[BNXE_STR_SIZE]; member