Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dhamachi.c459 IntrTxDone=0x100, IntrTxPCIFault=0x200, IntrTxPCIErr=0x400, enumerator
1375 (IntrTxPCIFault | IntrTxPCIErr | IntrRxPCIFault | IntrRxPCIErr | in hamachi_interrupt()
1654 if (intr_status & (IntrTxPCIErr | IntrTxPCIFault)) in hamachi_error()
H A Dyellowfin.c301 IntrTxDone=0x10, IntrTxInvalid=0x20, IntrTxPCIFault=0x40,IntrTxPCIErr=0x80, enumerator
1194 if (intr_status & (IntrTxPCIErr | IntrTxPCIFault)) in yellowfin_error()