Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds