Home
last modified time | relevance | path

Searched refs:E1000_MANC_BLK_PHY_RST_ON_IDE (Results 1 - 10 of 10) sorted by relevance

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

Completed in 43 milliseconds