Searched refs:ixgbe_log (Results 1 - 6 of 6) 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); 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 D | ixgbe_debug.h | 48 ixgbe_log((adapter), (fmt)) 50 ixgbe_log((adapter), (fmt), (d1)) 52 ixgbe_log((adapter), (fmt), (d1), (d2)) 54 ixgbe_log((adapter), (fmt), (d1), (d2), (d3)) 56 ixgbe_log((adapter), (fmt), (d1), (d2), (d3), (d4), (d5), (d6)) 129 extern void ixgbe_log(void *, const char *, ...);
|
H A D | ixgbe_log.c | 57 * ixgbe_log - Log a run-time event (CE_NOTE, to log only) 60 ixgbe_log(void *arg, const char *fmt, ...) function
|
H A D | ixgbe_main.c | 650 ixgbe_log(ixgbe, "%s", ixgbe_ident); 2046 ixgbe_log(ixgbe, "Adjust interrupts failed." 2060 ixgbe_log(ixgbe, "Adjust interrupts failed." 2075 ixgbe_log(ixgbe, 2081 ixgbe_log(ixgbe, "Get interrupt cap failed: %d", rc); 4577 ixgbe_log(ixgbe, "No memory available to dispatch " 4592 ixgbe_log(ixgbe, "No memory available to dispatch " 4606 ixgbe_log(ixgbe, "No memory available to dispatch " 4919 ixgbe_log(ixgbe, 4936 ixgbe_log(ixgb [all...] |
H A D | ixgbe_rx.c | 168 ixgbe_log(ixgbe, "ixgbe_rx_copy: allocate buffer failed"); 407 ixgbe_log(ixgbe, "LRO copy MP alloc failed");
|
H A D | ixgbe_sw.h | 899 * Function prototypes in ixgbe_log.c 902 void ixgbe_log(void *, const char *, ...);
|
Completed in 106 milliseconds