Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c669 snprintf(pUM->versionBC, in BnxeAttachDevice()
670 sizeof(pUM->versionBC), in BnxeAttachDevice()
741 pUM->versionBC, in BnxeAttachDevice()
H A Dbnxe_kstat.c47 kstat_named_t versionBC; member
589 strncpy(pStats->versionBC.value.c, pUM->versionBC, sizeof(pStats->versionBC.value.c)); in BnxeKstatUpdate()
1853 BNXE_KSTAT(versionBC, KSTAT_DATA_CHAR); in BnxeKstatInit()
H A Dbnxe.h596 char versionBC[BNXE_STR_SIZE]; member
H A Dbnxe_fcoe.c1234 snprintf((char *)pData, dataLen, "%s", pUM->versionBC); in BnxeFcoePrvCtl()