Home
last modified time | relevance | path

Searched refs:intrAlloc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_kstat.c26 kstat_named_t intrAlloc; member
53 (void) strncpy(pStats->intrAlloc.value.c, pUM->intrAlloc, in bnx_kstat_update()
54 sizeof (pStats->intrAlloc.value.c)); in bnx_kstat_update()
82 BNX_KSTAT(intrAlloc, KSTAT_DATA_CHAR); in bnx_kstat_init()
H A Dbnxmod.c292 (void) snprintf(umdevice->intrAlloc, sizeof (umdevice->intrAlloc), in bnx_attach_attach()
301 umdevice->intrAlloc); in bnx_attach_attach()
H A Dbnx.h323 char intrAlloc[BNX_STR_SIZE]; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_kstat.c55 kstat_named_t intrAlloc; member
86 kstat_named_t intrAlloc; member
316 strncpy(pStats->intrAlloc.value.c, in qede_kstat_update()
317 qede->intrAlloc, sizeof (pStats->intrAlloc.value.c)); in qede_kstat_update()
397 strncpy(pStats->intrAlloc.value.c, in qede_kstat_intr_update()
398 qede->intrAlloc, sizeof (pStats->intrAlloc.value.c)); in qede_kstat_intr_update()
961 QEDE_KSTAT(intrAlloc, KSTAT_DATA_CHAR); in qede_kstat_init()
1027 QEDE_KSTAT_INTR(intrAlloc, KSTAT_DATA_CHAR); in qede_kstat_init()
H A Dqede.h809 char intrAlloc[QEDE_STR_SIZE]; member
H A Dqede_main.c3622 snprintf(qede->intrAlloc, in qede_attach()
3623 sizeof (qede->intrAlloc), "%d %s", in qede_attach()
3634 qede->vendor_device,qede->intrAlloc); in qede_attach()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c724 snprintf(pUM->intrAlloc, in BnxeAttachDevice()
725 sizeof(pUM->intrAlloc), in BnxeAttachDevice()
743 pUM->intrAlloc); in BnxeAttachDevice()
H A Dbnxe_kstat.c60 kstat_named_t intrAlloc; member
101 kstat_named_t intrAlloc; member
619 strncpy(pStats->intrAlloc.value.c, pUM->intrAlloc, sizeof(pStats->intrAlloc.value.c)); in BnxeKstatUpdate()
697 strncpy(pStats->intrAlloc.value.c, pUM->intrAlloc, sizeof(pStats->intrAlloc.value.c)); in BnxeKstatIntrUpdate()
1866 BNXE_KSTAT(intrAlloc, KSTAT_DATA_CHAR); in BnxeKstatInit()
1939 BNXE_KSTAT_INTR(intrAlloc, KSTAT_DATA_CHAR); in BnxeKstatInit()
H A Dbnxe.h599 char intrAlloc[BNXE_STR_SIZE]; member