igc_core_log
extern void igc_core_log(struct igc_hw *, const char *, ...);
#define DEBUGOUT(str) igc_core_log(hw, str)
#define DEBUGOUT1(str, d1) igc_core_log(hw, str, d1)
#define DEBUGOUT2(str, d1, d2) igc_core_log(hw, str, d1, d2)
#define DEBUGFUNC(str) igc_core_log(hw, str)