Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Ddefines.h104 #define E1000_MANC_BLK_PHY_RST_ON_IDE 0x00040000 /* Block phy resets */ macro
Dphy.c49 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in e1000e_check_reset_block_generic()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_defines.h123 #define E1000_MANC_BLK_PHY_RST_ON_IDE 0x00040000 /* Block phy resets */ macro
De1000_phy.c44 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in igb_check_reset_block()
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.h2043 #define E1000_MANC_BLK_PHY_RST_ON_IDE 0x00040000 /* Block phy resets */ macro