Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c908 pBlock->intrCount = intrActual; in BnxeIntrBlockAlloc()
953 if (pBlock->intrCount == 0) in BnxeIntrBlockFree()
959 for (i = 0; i < pBlock->intrCount; i++) in BnxeIntrBlockFree()
1017 if (pUM->fcoeIntr.intrCount == 1) in BnxeIntrAddHandlers()
1074 if (pBlock->intrCount == 0) in BnxeIntrBlockRemoveHandler()
1079 for (i = 0; i < pBlock->intrCount; i++) in BnxeIntrBlockRemoveHandler()
1091 if (pBlock->intrCount == 0) in BnxeIntrBlockEnable()
1107 for (i = 0; i < pBlock->intrCount; i++) in BnxeIntrBlockEnable()
1133 if (pBlock->intrCount == 0) in BnxeIntrBlockDisable()
1144 for (i = 0; i < pBlock->intrCount; i++) in BnxeIntrBlockDisable()
[all …]
H A Dbnxe_main.c727 (pUM->intrType == DDI_INTR_TYPE_FIXED) ? 1 : (pUM->defIntr.intrCount + in BnxeAttachDevice()
728 pUM->fcoeIntr.intrCount + in BnxeAttachDevice()
729 pUM->rssIntr.intrCount), in BnxeAttachDevice()
H A Dbnxe_gld.c1593 (pUM->rssIntr.intrCount == LM_MAX_RSS_CHAINS(&pUM->lm_dev))) in BnxeRxRingIntrEnable()
1618 (pUM->rssIntr.intrCount == LM_MAX_RSS_CHAINS(&pUM->lm_dev))) in BnxeRxRingIntrDisable()
H A Dbnxe.h505 int intrCount; member