Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100.h44 extern void ipw2100_dbg(dev_info_t *dip, int level, const char *fmt, ...);
50 ipw2100_dbg x; \
57 #define IPW2100_WARN(x) ipw2100_dbg x
58 #define IPW2100_REPORT(x) ipw2100_dbg x
H A Dipw2100.c233 ipw2100_dbg(dev_info_t *dip, int level, const char *fmt, ...) in ipw2100_dbg() function