Home
last modified time | relevance | path

Searched refs:fcoeIntr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c1017 if (pUM->fcoeIntr.intrCount == 1) in BnxeIntrAddHandlers()
1020 pUM->fcoeIntr.pIntrHandleBlock[0], in BnxeIntrAddHandlers()
1178 if (!BnxeIntrBlockEnable(pUM, &pUM->fcoeIntr)) in BnxeIntrEnable()
1191 BnxeIntrBlockDisable(pUM, &pUM->fcoeIntr); in BnxeIntrEnable()
1245 BnxeIntrBlockDisable(pUM, &pUM->fcoeIntr); in BnxeIntrDisable()
1283 memset(&pUM->fcoeIntr, 0, sizeof(BnxeIntrBlock)); in BnxeIntrInit()
1375 &pUM->fcoeIntr)) in BnxeIntrInit()
1389 memset(&pUM->fcoeIntr, 0, sizeof(BnxeIntrBlock)); in BnxeIntrInit()
1431 BnxeIntrBlockFree(pUM, &pUM->fcoeIntr); in BnxeIntrInit()
1451 BnxeIntrBlockDisable(pUM, &pUM->fcoeIntr); in BnxeIntrFini()
[all …]
H A Dbnxe.h644 BnxeIntrBlock fcoeIntr; member
H A Dbnxe_main.c728 pUM->fcoeIntr.intrCount + in BnxeAttachDevice()