Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_regs.h318 if (!IGC_REMOVED(hw_addr)) \
331 #define IGC_REMOVED(h) unlikely(!(h)) macro
H A Digc_main.c6619 if (IGC_REMOVED(hw_addr)) in igc_rd32()