Searched refs:ICE_DBG_AQ_DESC (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_controlq.c884 if (!((ICE_DBG_AQ_DESC | ICE_DBG_AQ_DESC_BUF) & hw->debug_mask))
893 ice_debug(hw, ICE_DBG_AQ_DESC, "%s %s: opcode 0x%04X, flags 0x%04X, datalen 0x%04X, retval 0x%04X\n",
897 ice_debug(hw, ICE_DBG_AQ_DESC, "\tcookie (h,l) 0x%08X 0x%08X\n",
900 ice_debug(hw, ICE_DBG_AQ_DESC, "\tparam (0,1) 0x%08X 0x%08X\n",
903 ice_debug(hw, ICE_DBG_AQ_DESC, "\taddr (h,l) 0x%08X 0x%08X\n",
1033 ice_debug(hw, ICE_DBG_AQ_DESC, "ATQ: Control Send queue desc and buffer:\n");
1221 ice_debug(hw, ICE_DBG_AQ_DESC, "ARQ: desc and buffer:\n");
H A Dice_type.h128 #define ICE_DBG_AQ_DESC BIT_ULL(25) macro
132 ICE_DBG_AQ_DESC | \

Completed in 90 milliseconds