Searched refs:iavf_debug (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq.c | 619 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, in iavf_clean_asq() 689 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, in iavf_asq_send_command() 697 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, in iavf_asq_send_command() 731 iavf_debug(hw, in iavf_asq_send_command() 740 iavf_debug(hw, in iavf_asq_send_command() 755 iavf_debug(hw, in iavf_asq_send_command() 787 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, "AQTX: desc and buffer:\n"); in iavf_asq_send_command() 822 iavf_debug(hw, in iavf_asq_send_command() 840 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, in iavf_asq_send_command() 853 iavf_debug(hw, IAVF_DEBUG_AQ_MESSAGE, in iavf_asq_send_command() [all …]
|
H A D | iavf_common.c | 304 iavf_debug(hw, mask, in iavf_debug_aq() 310 iavf_debug(hw, mask, "\tcookie (h,l) 0x%08X 0x%08X\n", in iavf_debug_aq() 313 iavf_debug(hw, mask, "\tparam (0,1) 0x%08X 0x%08X\n", in iavf_debug_aq() 316 iavf_debug(hw, mask, "\taddr (h,l) 0x%08X 0x%08X\n", in iavf_debug_aq() 321 iavf_debug(hw, mask, "AQ CMD Buffer:\n"); in iavf_debug_aq() 326 iavf_debug(hw, mask, in iavf_debug_aq() 341 iavf_debug(hw, mask, in iavf_debug_aq()
|
H A D | iavf_osdep.h | 233 #define iavf_debug(h, m, s, ...) iavf_debug_shared(h, m, s, ##__VA_ARGS__) macro
|