Searched refs:igc_core_log (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_osdep.h | 87 extern void igc_core_log(struct igc_hw *, const char *, ...); 88 #define DEBUGOUT(str) igc_core_log(hw, str) 89 #define DEBUGOUT1(str, d1) igc_core_log(hw, str, d1) 90 #define DEBUGOUT2(str, d1, d2) igc_core_log(hw, str, d1, d2) 91 #define DEBUGFUNC(str) igc_core_log(hw, str)
|
H A D | igc_osdep.c | 30 igc_core_log(struct igc_hw *hw, const char *fmt, ...) in igc_core_log() function
|