Searched refs:DEBUGOUT3 (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 80 #define DEBUGOUT3(S, A, B, C) \ macro 101 #define DEBUGOUT3(S, A, B, C)
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 67 #define DEBUGOUT3(S, A, B, C) \ macro 75 #define DEBUGOUT3(S, A, B, C)
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 64 #define DEBUGOUT3(S, A, B, C) IGB_DEBUGLOG_3(NULL, S, A, B, C) macro
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 145 …DEBUGOUT3("i40e_init_lan_hmc: Tx context: asks for 0x%x but max allowed is 0x%x, returns error %d\… in i40e_init_lan_hmc() 168 …DEBUGOUT3("i40e_init_lan_hmc: Rx context: asks for 0x%x but max allowed is 0x%x, returns error %d\… in i40e_init_lan_hmc() 191 …DEBUGOUT3("i40e_init_lan_hmc: FCoE context: asks for 0x%x but max allowed is 0x%x, returns error %… in i40e_init_lan_hmc() 214 …DEBUGOUT3("i40e_init_lan_hmc: FCoE filter: asks for 0x%x but max allowed is 0x%x, returns error %d… in i40e_init_lan_hmc()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) macro
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 1189 DEBUGOUT3("Eeprom params: type = %d, size = %d, address bits: " in ixgbe_init_eeprom_params_generic() 2395 DEBUGOUT3(" Keeping Current RAR0 Addr =%.2X %.2X %.2X ", in ixgbe_init_rx_addrs_generic() 2398 DEBUGOUT3("%.2X %.2X %.2X\n", hw->mac.addr[3], in ixgbe_init_rx_addrs_generic() 2403 DEBUGOUT3(" New MAC Addr =%.2X %.2X %.2X ", in ixgbe_init_rx_addrs_generic() 2406 DEBUGOUT3("%.2X %.2X %.2X\n", hw->mac.addr[3], in ixgbe_init_rx_addrs_generic()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 138 #define DEBUGOUT3(S,A,B,C) printf(S,A,B,C) macro 144 #define DEBUGOUT3(S,A,B,C) macro
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 3575 DEBUGOUT3("reading PHY page %d (or 0x%x shifted) reg 0x%x\n", page, in __e1000_read_phy_reg_hv() 3700 DEBUGOUT3("writing PHY page %d (or 0x%x shifted) reg 0x%x\n", page, in __e1000_write_phy_reg_hv()
|