Home
last modified time | relevance | path

Searched refs:ETH_RESET_IRQ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.h38 #define BNXT_FW_RESET_CHIP ((ETH_RESET_MGMT | ETH_RESET_IRQ | \
/openbmc/u-boot/include/linux/
H A Dethtool.h709 ETH_RESET_IRQ = 1 << 1, /* Interrupt requester */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dethtool.h2066 ETH_RESET_IRQ = 1 << 1, /* Interrupt requester */ enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2181 ETH_RESET_IRQ = 1 << 1, /* Interrupt requester */ enumerator
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c1954 FALCON_RESET_WORLD = FALCON_RESET_ALL | ETH_RESET_IRQ, in falcon_map_reset_flags()