Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h38 #define BNXT_FW_RESET_CHIP ((ETH_RESET_MGMT | ETH_RESET_IRQ | \
/linux-5.19.10/include/uapi/linux/
Dethtool.h1955 ETH_RESET_IRQ = 1 << 1, /* Interrupt requester */ enumerator
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1954 FALCON_RESET_WORLD = FALCON_RESET_ALL | ETH_RESET_IRQ, in falcon_map_reset_flags()