Home
last modified time | relevance | path

Searched refs:igb_log (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_debug.c59 igb_log(igb, IGB_LOG_INFO, "Begin dump PCI config space"); in pci_dump()
61 igb_log(igb, IGB_LOG_INFO, in pci_dump()
64 igb_log(igb, IGB_LOG_INFO, in pci_dump()
67 igb_log(igb, IGB_LOG_INFO, in pci_dump()
70 igb_log(igb, IGB_LOG_INFO, in pci_dump()
73 igb_log(igb, IGB_LOG_INFO, in pci_dump()
76 igb_log(igb, IGB_LOG_INFO, in pci_dump()
79 igb_log(igb, IGB_LOG_INFO, in pci_dump()
82 igb_log(igb, IGB_LOG_INFO, in pci_dump()
85 igb_log(igb, IGB_LOG_INFO, in pci_dump()
[all …]
H A Digb_debug.h49 igb_log((adapter), (IGB_LOG_INFO), (fmt))
51 igb_log((adapter), (IGB_LOG_INFO), (fmt), (d1))
53 igb_log((adapter), (IGB_LOG_INFO), (fmt), (d1), (d2))
55 igb_log((adapter), (IGB_LOG_INFO), (fmt), (d1), (d2), (d3))
58 #define IGB_DEBUGFUNC(fmt) igb_log((NULL), (IGB_LOG_TRACE), (fmt))
73 void igb_log(void *, igb_debug_t, const char *, ...);
H A Digb_buf.c234 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_tbd_ring()
252 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_tbd_ring()
279 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_tbd_ring()
342 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rx_ring_data()
365 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rx_ring_data()
377 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rx_ring_data()
392 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rx_ring_data()
464 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rbd_ring()
481 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rbd_ring()
507 igb_log(igb, IGB_LOG_ERROR, in igb_alloc_rbd_ring()
[all …]
H A Digb_main.c475 igb_log(igb, IGB_LOG_ERROR, "Failed to map PCI configurations"); in igb_attach()
484 igb_log(igb, IGB_LOG_ERROR, "Failed to identify hardware"); in igb_attach()
492 igb_log(igb, IGB_LOG_ERROR, "Failed to map device registers"); in igb_attach()
507 igb_log(igb, IGB_LOG_ERROR, "Failed to allocate interrupts"); in igb_attach()
519 igb_log(igb, IGB_LOG_ERROR, in igb_attach()
529 igb_log(igb, IGB_LOG_ERROR, "Failed to add interrupt handlers"); in igb_attach()
538 igb_log(igb, IGB_LOG_ERROR, in igb_attach()
561 igb_log(igb, IGB_LOG_ERROR, "Failed to initialize adapter"); in igb_attach()
570 igb_log(igb, IGB_LOG_ERROR, "Failed to initialize statistics"); in igb_attach()
579 igb_log(igb, IGB_LOG_ERROR, "Failed to register MAC"); in igb_attach()
[all …]
H A Digb_log.c36 igb_log(void *arg, igb_debug_t level, const char *fmt, ...) in igb_log() function
H A Digb_tx.c149 igb_log(igb, IGB_LOG_INFO, "igb_tx: packet oversize"); in igb_tx()
156 igb_log(igb, IGB_LOG_INFO, "igb_tx: packet oversize"); in igb_tx()
632 igb_log(NULL, IGB_LOG_INFO, "igb_tx: h/w " in igb_get_tx_context()
724 igb_log(NULL, IGB_LOG_INFO, "Ethernet type field error with " in igb_get_tx_context()
835 igb_log(NULL, IGB_LOG_INFO, in igb_fill_tx_context()
H A Digb_rx.c160 igb_log(igb, IGB_LOG_INFO, in igb_rx_copy()
H A Digb_stat.c164 igb_log(igb, IGB_LOG_ERROR, in igb_init_stats()
/titanic_50/usr/src/uts/common/
H A DMakefile.files1970 IGB_OBJS = igb_buf.o igb_debug.o igb_gld.o igb_log.o igb_main.o \