Searched refs:i40e_debug (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/ixl/ |
| D | i40e_nvm.c | 74 i40e_debug(hw, I40E_DEBUG_NVM, "NVM init error: unsupported blank mode.\n"); in i40e_init_nvm() 109 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_acquire_nvm() 132 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_acquire_nvm() 196 i40e_debug(hw, I40E_DEBUG_NVM, "Done bit in GLNVM_SRCTL not set"); in i40e_poll_sr_srctl_done_bit() 217 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_word_srctl() 242 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_word_srctl() 280 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 285 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 291 i40e_debug(hw, I40E_DEBUG_NVM, in i40e_read_nvm_aq() 392 i40e_debug(hw, I40E_DEBUG_ALL, in i40e_read_nvm_module_data() [all …]
|
| D | i40e_adminq.c | 791 i40e_debug(hw, I40E_DEBUG_AQ_COMMAND, in i40e_clean_asq() 861 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() 869 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() 903 i40e_debug(hw, in i40e_asq_send_command() 912 i40e_debug(hw, in i40e_asq_send_command() 927 i40e_debug(hw, in i40e_asq_send_command() 959 i40e_debug(hw, I40E_DEBUG_AQ_COMMAND, "AQTX: desc and buffer:\n"); in i40e_asq_send_command() 994 i40e_debug(hw, in i40e_asq_send_command() 1012 i40e_debug(hw, I40E_DEBUG_AQ_COMMAND, in i40e_asq_send_command() 1025 i40e_debug(hw, I40E_DEBUG_AQ_MESSAGE, in i40e_asq_send_command() [all …]
|
| D | i40e_common.c | 339 i40e_debug(hw, mask & I40E_DEBUG_AQ_DESCRIPTOR, in i40e_debug_aq() 345 i40e_debug(hw, mask & I40E_DEBUG_AQ_DESCRIPTOR, in i40e_debug_aq() 349 i40e_debug(hw, mask & I40E_DEBUG_AQ_DESCRIPTOR, in i40e_debug_aq() 353 i40e_debug(hw, mask & I40E_DEBUG_AQ_DESCRIPTOR, in i40e_debug_aq() 360 i40e_debug(hw, mask, "AQ CMD Buffer:\n"); in i40e_debug_aq() 365 i40e_debug(hw, mask, in i40e_debug_aq() 380 i40e_debug(hw, mask, in i40e_debug_aq() 1879 i40e_debug(hw, I40E_DEBUG_ALL, in i40e_aq_set_mac_config() 2880 i40e_debug(hw, I40E_DEBUG_LINK, "get link failed: status %d\n", in i40e_get_link_status() 3831 i40e_debug(hw, I40E_DEBUG_INIT, in i40e_parse_discover_capabilities() [all …]
|
| D | i40e_osdep.h | 182 #define i40e_debug(h, m, s, ...) i40e_debug_shared(h, m, s, ##__VA_ARGS__) macro
|