Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfi_reg.h410 #define __HFN_INT_CPE_MASK 0x000000ffU macro
/linux-4.4.14/drivers/scsi/bfa/
Dbfi_reg.h412 #define __HFN_INT_CPE_MASK 0x000000ffU macro
Dbfa_core.c792 qintr = intr & __HFN_INT_CPE_MASK; in bfa_msix_all()
813 qintr = intr & (__HFN_INT_RME_MASK | __HFN_INT_CPE_MASK); in bfa_intx()
832 qintr = intr & __HFN_INT_CPE_MASK; in bfa_intx()