Home
last modified time | relevance | path

Searched refs:rge_log (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_log.c87 rge_log(rge_t *rgep, const char *fmt, ...) in rge_log() function
190 rge_log(rgep, "%d bytes of %s at address %p:-", len, caption, dp); in minidump()
196 rge_log(rgep, "%08x %08x %08x %08x", in minidump()
209 rge_log(rgep, "PCI address %lx flags_len 0x%x" in rge_pkt_dump()
218 rge_log(rgep, "PCI address %llx buffer len 0x%x token 0x%x", in rge_pkt_dump()
H A Drge_ndd.c288 rge_log(rgep, "%s property is %d", in rge_nd_init()
347 rge_log(rgep, "%s property is %d", in rge_nd_init()
349 rge_log(rgep, "%s property is %d", in rge_nd_init()
H A Drge.h707 #define RGE_REPORT(args) RGE_DDB(rge_log args)
749 void rge_log(rge_t *rgep, const char *fmt, ...);
H A Drge_main.c1338 rge_log(rgep, "ddi_intr_alloc() Requested: %d, Received: %d\n", in rge_add_intrs()
1738 rge_log(rgep, "Using MSI interrupt type\n"); in rge_attach()
1750 rge_log(rgep, "Using FIXED interrupt type\n"); in rge_attach()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1878 RGE_OBJS += rge_main.o rge_chip.o rge_ndd.o rge_kstats.o rge_log.o rge_rxtx.o