Home
last modified time | relevance | path

Searched refs:IGC_MANC_BLK_PHY_RST_ON_IDE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_defines.h342 #define IGC_MANC_BLK_PHY_RST_ON_IDE 0x00040000 /* Block phy resets */ macro
Digc_phy.c20 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block()