Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_regs.h336 if (!IGC_REMOVED(hw_addr)) \
349 #define IGC_REMOVED(h) unlikely(!(h)) macro
H A Digc_main.c6814 if (IGC_REMOVED(hw_addr)) in igc_rd32()