Home
last modified time | relevance | path

Searched refs:ixgbe_log (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c49 ixgbe_log(ixgbe, "interrupt: %s\n", tag); in ixgbe_dump_interrupt()
50 ixgbe_log(ixgbe, "..eims: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMS)); in ixgbe_dump_interrupt()
51 ixgbe_log(ixgbe, "..eimc: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMC)); in ixgbe_dump_interrupt()
52 ixgbe_log(ixgbe, "..eiac: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAC)); in ixgbe_dump_interrupt()
53 ixgbe_log(ixgbe, "..eiam: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAM)); in ixgbe_dump_interrupt()
54 ixgbe_log(ixgbe, "..gpie: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_GPIE)); in ixgbe_dump_interrupt()
55 ixgbe_log(ixgbe, "otherflag: 0x%x\n", ixgbe->capab->other_intr); in ixgbe_dump_interrupt()
56 ixgbe_log(ixgbe, "eims_mask: 0x%x\n", ixgbe->eims); in ixgbe_dump_interrupt()
61 ixgbe_log(ixgbe, "ivar[%d]: 0x%x\n", i, ivar); in ixgbe_dump_interrupt()
68 ixgbe_log(ixgbe, in ixgbe_dump_interrupt()
[all …]
H A Dixgbe_debug.h49 ixgbe_log((adapter), (fmt))
51 ixgbe_log((adapter), (fmt), (d1))
53 ixgbe_log((adapter), (fmt), (d1), (d2))
55 ixgbe_log((adapter), (fmt), (d1), (d2), (d3))
57 ixgbe_log((adapter), (fmt), (d1), (d2), (d3), (d4), (d5), (d6))
122 extern void ixgbe_log(void *, const char *, ...);
H A Dixgbe_main.c679 ixgbe_log(ixgbe, "%s", ixgbe_ident); in ixgbe_attach()
2139 ixgbe_log(ixgbe, "Adjust interrupts failed." in ixgbe_intr_adjust()
2153 ixgbe_log(ixgbe, "Adjust interrupts failed." in ixgbe_intr_adjust()
2168 ixgbe_log(ixgbe, in ixgbe_intr_adjust()
2174 ixgbe_log(ixgbe, "Get interrupt cap failed: %d", rc); in ixgbe_intr_adjust()
4751 ixgbe_log(ixgbe, "No memory available to dispatch " in ixgbe_intr_other_work()
4766 ixgbe_log(ixgbe, "No memory available to dispatch " in ixgbe_intr_other_work()
4780 ixgbe_log(ixgbe, "No memory available to dispatch " in ixgbe_intr_other_work()
5096 ixgbe_log(ixgbe, in ixgbe_alloc_intrs()
5113 ixgbe_log(ixgbe, in ixgbe_alloc_intrs()
[all …]
H A Dixgbe_log.c58 ixgbe_log(void *arg, const char *fmt, ...) in ixgbe_log() function
H A Dixgbe_transceiver.c159 ixgbe_log(ixgbe, "transceiver requires unsupported address " in ixgbe_transceiver_is_8472()
H A Dixgbe_rx.c169 ixgbe_log(ixgbe, "ixgbe_rx_copy: allocate buffer failed"); in ixgbe_rx_copy()
408 ixgbe_log(ixgbe, "LRO copy MP alloc failed"); in ixgbe_lro_copy()
H A Dixgbe_sw.h939 void ixgbe_log(void *, const char *, ...);
/illumos-gate/usr/src/uts/common/
H A DMakefile.files2054 IXGBE_OBJS = ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o ixgbe_log.o ixgbe_main.o \