Searched refs:bge_log (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_log.c | 70 bge_log(bge_t *bgep, const char *fmt, ...) in bge_log() function 187 bge_log(bgep, "%d bytes of %s at address %p:-", len, caption, dp); in minidump() 193 bge_log(bgep, "%08x %08x %08x %08x", in minidump() 206 bge_log(bgep, "PCI address %llx packet len 0x%x token 0x%x " in bge_pkt_dump() 217 bge_log(bgep, "PCI address %llx buffer len 0x%x token 0x%x", in bge_pkt_dump()
|
H A D | bge_ndd.c | 203 bge_log(bgep, "%s property is %d", in bge_nd_init() 262 bge_log(bgep, "%s property is %d", in bge_nd_init() 264 bge_log(bgep, "%s property is %d", in bge_nd_init()
|
H A D | bge_impl.h | 1174 #define BGE_REPORT(args) BGE_DDB(bge_log args) 1256 void bge_log(bge_t *bgep, const char *fmt, ...);
|
H A D | bge_mii.c | 1292 bge_log(bgep, "bge_check_copper: link now %s speed %d duplex %d", in bge_check_copper() 1758 bge_log(bgep, "bge_check_serdes: link now %s speed %d duplex %d", in bge_check_serdes()
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 1802 BGE_OBJS += bge_main2.o bge_chip2.o bge_kstats.o bge_log.o bge_ndd.o \
|