Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_kstat.c24 kstat_named_t versionFW; member
49 (void) strncpy(pStats->versionFW.value.c, pUM->versionFW, in bnx_kstat_update()
50 sizeof (pStats->versionFW.value.c)); in bnx_kstat_update()
80 BNX_KSTAT(versionFW, KSTAT_DATA_CHAR); in bnx_kstat_init()
H A Dbnxmod.c286 (void) snprintf(umdevice->versionFW, sizeof (umdevice->versionFW), in bnx_attach_attach()
H A Dbnx.h321 char versionFW[BNX_STR_SIZE]; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_kstat.c43 kstat_named_t versionFW; member
280 strncpy(pStats->versionFW.value.c, in qede_kstat_update()
281 qede->versionFW, sizeof (pStats->versionFW.value.c)); in qede_kstat_update()
949 QEDE_KSTAT(versionFW, KSTAT_DATA_CHAR); in qede_kstat_init()
H A Dqede.h805 char versionFW[QEDE_STR_SIZE]; member
H A Dqede_main.c3532 snprintf(qede->versionFW, in qede_attach()
3533 sizeof (qede->versionFW), in qede_attach()
3638 qede->versionFW, qede->versionMFW); in qede_attach()
H A Dqede_gld.c1813 "%s", qede->versionFW);
/illumos-gate/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.h595 char versionFW[BNXE_STR_SIZE]; member