Symbol: DEBUGOUT2
usr/src/uts/common/io/e1000api/e1000_82575.c
728
DEBUGOUT2("Vendor ID 0x%08X read at address %u\n",
usr/src/uts/common/io/e1000api/e1000_i210.c
399
DEBUGOUT2("Read INVM Word 0x%02x = %x",
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1323
DEBUGOUT2("CABLE_DISCONNECTED %s set after %dmsec\n",
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1946
DEBUGOUT2("Failed to acquire the semaphore, FW or HW has it: FWSM=0x%8.8x EXTCNF_CTRL=0x%8.8x)\n",
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2089
DEBUGOUT2("SHRA[%d] might be locked by ME - FWSM=0x%8.8x\n",
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4701
DEBUGOUT2("Retrying Byte %8.8X at offset %u\n", dword, offset);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4735
DEBUGOUT2("Retrying Byte %2.2X at offset %u\n", byte, offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
325
DEBUGOUT2("MDI Read offset error - requested %d, returned %d\n",
usr/src/uts/common/io/e1000api/e1000_phy.c
3343
DEBUGOUT2("Could not read PHY register %d.%d\n",
usr/src/uts/common/io/e1000api/e1000_phy.c
3357
DEBUGOUT2("Could not write PHY register %d.%d\n",
usr/src/uts/common/io/e1000api/e1000_phy.c
3398
DEBUGOUT2("Could not restore PHY register %d.%d\n",
usr/src/uts/common/io/e1000api/e1000_phy.c
3454
DEBUGOUT2("Accessing PHY page %d reg 0x%x\n", page, reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
3474
DEBUGOUT2("Could not access PHY reg %d.%d\n", page, reg);
usr/src/uts/common/io/e1000api/e1000_phy.c
391
DEBUGOUT2("MDI Write offset error - requested %d, returned %d\n",
usr/src/uts/common/io/i40e/core/i40e_common.c
101
DEBUGOUT2("i40e_set_mac_type found mac: %d, returns: %d\n",
usr/src/uts/common/io/i40e/i40e_intr.c
395
DEBUGOUT2("PFINT_LNKLSTN[%u] = 0x%x", vector, reg);
usr/src/uts/common/io/i40e/i40e_intr.c
419
DEBUGOUT2("QINT_RQCTL[%u] = 0x%x", queue, reg);
usr/src/uts/common/io/i40e/i40e_intr.c
441
DEBUGOUT2("QINT_TQCTL[%u] = 0x%x", queue, reg);
usr/src/uts/common/io/igc/core/igc_phy.c
207
DEBUGOUT2("MDI Read offset error - requested %d, returned %d\n",
usr/src/uts/common/io/igc/core/igc_phy.c
267
DEBUGOUT2("MDI Write offset error - requested %d, returned %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1611
DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
267
DEBUGOUT2("ixgbe_set_mac_type found mac: %d, returns: %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4286
DEBUGOUT2("LINKS changed from %08X to %08X\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
384
DEBUGOUT2("DCB error code %d while checking %s settings.\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3775
DEBUGOUT2("NVM access: writing register %08x with value %08x\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5096
DEBUGOUT2("Eeprom params: type = %d, size = %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
776
DEBUGOUT2("%s: next_cluster_id_support = %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1219
DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
444
DEBUGOUT2("PHY_ID_HIGH 0x%04X, PHY_ID_LOW 0x%04X\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
383
DEBUGOUT2("Eeprom params: type = %d, size = %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1030
DEBUGOUT2("Eeprom params: type = %d, size = %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3201
DEBUGOUT2("for offset %04x failed with status %d\n",
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3207
DEBUGOUT2("for offset %04x host interface return status %02x\n",
usr/src/uts/common/io/ixgbe/ixgbe_debug.h
94
#define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C)