Searched refs:ixgbe_log (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c49 ixgbe_log(ixgbe, "interrupt: %s\n", tag);
50 ixgbe_log(ixgbe, "..eims: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMS));
51 ixgbe_log(ixgbe, "..eimc: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMC));
52 ixgbe_log(ixgbe, "..eiac: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAC));
53 ixgbe_log(ixgbe, "..eiam: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAM));
54 ixgbe_log(ixgbe, "..gpie: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_GPIE));
55 ixgbe_log(ixgbe, "otherflag: 0x%x\n", ixgbe->capab->other_intr);
56 ixgbe_log(ixgbe, "eims_mask: 0x%x\n", ixgbe->eims);
61 ixgbe_log(ixgbe, "ivar[%d]: 0x%x\n", i, ivar);
68 ixgbe_log(ixgb
[all...]
H A Dixgbe_debug.h44 ixgbe_log((adapter), (fmt))
46 ixgbe_log((adapter), (fmt), (d1))
48 ixgbe_log((adapter), (fmt), (d1), (d2))
50 ixgbe_log((adapter), (fmt), (d1), (d2), (d3))
52 ixgbe_log((adapter), (fmt), (d1), (d2), (d3), (d4), (d5), (d6))
117 extern void ixgbe_log(void *, const char *, ...);
H A Dixgbe_log.c57 * ixgbe_log - Log a run-time event (CE_NOTE, to log only)
60 ixgbe_log(void *arg, const char *fmt, ...) function
H A Dixgbe_main.c573 ixgbe_log(ixgbe, "%s, %s", ixgbe_ident, ixgbe_version);
1781 ixgbe_log(ixgbe, "Adjust interrupts failed."
1795 ixgbe_log(ixgbe, "Adjust interrupts failed."
1810 ixgbe_log(ixgbe,
1816 ixgbe_log(ixgbe, "Get interrupt cap failed: %d", rc);
4057 ixgbe_log(ixgbe, "No memory available to dispatch "
4071 ixgbe_log(ixgbe, "No memory available to dispatch "
4375 ixgbe_log(ixgbe,
4392 ixgbe_log(ixgbe,
4403 ixgbe_log(ixgb
[all...]
H A Dixgbe_rx.c168 ixgbe_log(ixgbe, "ixgbe_rx_copy: allocate buffer failed");
407 ixgbe_log(ixgbe, "LRO copy MP alloc failed");
H A Dixgbe_sw.h886 * Function prototypes in ixgbe_log.c
889 void ixgbe_log(void *, const char *, ...);
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1906 ixgbe_log.o ixgbe_main.o \

Completed in 143 milliseconds