/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 30 #define DEBUGOUT(S) i40e_debug(NULL, 0, S) 31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) 32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) 33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) 35 i40e_debug(NULL, 0, S, A, B, C, D) 37 i40e_debug(NULL, 0, S, A, B, C, D, E) 39 i40e_debug(NULL, 0, S, A, B, C, D, E, F) 41 i40e_debug(NULL, 0, S, A, B, C, D, E, F, G) 187 extern void i40e_debug(void *, u32, char *, ...);
|
H A D | i40e_osdep.c | 226 i40e_debug(void *hw, u32 mask, char *fmt, ...) in i40e_debug() function
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 86 i40e_debug(hw, I40E_DEBUG_NVM, "NVM init error: unsupported blank mode.\n"); in i40e_init_nvm() 121 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_acquire_nvm() 143 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_acquire_nvm() 206 i40e_debug(hw, I40E_DEBUG_NVM, "Done bit in GLNVM_SRCTL not set"); in i40e_poll_sr_srctl_done_bit() 273 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_word_srctl() 298 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_word_srctl() 501 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 506 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 512 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 860 …i40e_debug(hw, I40E_DEBUG_NVM, "%s state %d nvm_release_on_hold %d opc 0x%04x cmd 0x%08x config 0x… in i40e_nvmupd_command() [all …]
|
H A D | i40e_adminq.c | 702 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_clean_asq() 772 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() 780 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() 814 i40e_debug(hw, in i40e_asq_send_command() 823 i40e_debug(hw, in i40e_asq_send_command() 838 i40e_debug(hw, in i40e_asq_send_command() 870 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, "AQTX: desc and buffer:\n"); in i40e_asq_send_command() 905 i40e_debug(hw, in i40e_asq_send_command() 921 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() 933 i40e_debug(hw, in i40e_asq_send_command() [all …]
|
H A D | i40e_common.c | 320 i40e_debug(hw, mask, in i40e_debug_aq() 326 i40e_debug(hw, mask, "\tcookie (h,l) 0x%08X 0x%08X\n", in i40e_debug_aq() 329 i40e_debug(hw, mask, "\tparam (0,1) 0x%08X 0x%08X\n", in i40e_debug_aq() 332 i40e_debug(hw, mask, "\taddr (h,l) 0x%08X 0x%08X\n", in i40e_debug_aq() 337 i40e_debug(hw, mask, "AQ CMD Buffer:\n"); in i40e_debug_aq() 342 i40e_debug(hw, mask, in i40e_debug_aq() 357 i40e_debug(hw, mask, in i40e_debug_aq() 2690 i40e_debug(hw, I40E_DEBUG_LINK, "get link failed: status %d\n", in i40e_get_link_status() 3566 i40e_debug(hw, I40E_DEBUG_INIT, in i40e_parse_discover_capabilities() 3574 i40e_debug(hw, I40E_DEBUG_INIT, in i40e_parse_discover_capabilities() [all …]
|