Searched refs:ixgbe_log (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 49 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 D | ixgbe_debug.h | 49 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 D | ixgbe_main.c | 679 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 D | ixgbe_log.c | 58 ixgbe_log(void *arg, const char *fmt, ...) in ixgbe_log() function
|
H A D | ixgbe_transceiver.c | 159 ixgbe_log(ixgbe, "transceiver requires unsupported address " in ixgbe_transceiver_is_8472()
|
H A D | ixgbe_rx.c | 169 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 D | ixgbe_sw.h | 939 void ixgbe_log(void *, const char *, ...);
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 2054 IXGBE_OBJS = ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o ixgbe_log.o ixgbe_main.o \
|