Searched refs:fcoeIntr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_intr.c | 1017 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 D | bnxe.h | 644 BnxeIntrBlock fcoeIntr; member
|
H A D | bnxe_main.c | 728 pUM->fcoeIntr.intrCount + in BnxeAttachDevice()
|