Home
last modified time | relevance | path

Searched refs:intrActual (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c808 int intrActual; in BnxeIntrBlockAlloc() local
817 intrActual = 0; in BnxeIntrBlockAlloc()
844 &intrActual, in BnxeIntrBlockAlloc()
886 if (intrRequest != intrActual) in BnxeIntrBlockAlloc()
889 intrActual, intrRequest); in BnxeIntrBlockAlloc()
892 for (i = 0; i < intrActual; i++) in BnxeIntrBlockAlloc()
900 if (intrActual == 0) in BnxeIntrBlockAlloc()
908 pBlock->intrCount = intrActual; in BnxeIntrBlockAlloc()
934 for (i = 0; i < intrActual; i++) in BnxeIntrBlockAlloc()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxint.c353 int intrActual, rc; in bnxIntrInit() local
367 umdevice->intrType, 0, 1, &intrActual, in bnxIntrInit()
389 if (intrActual != 1) { in bnxIntrInit()