Searched refs:ICE_DBG_AQ_DESC (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_controlq.c | 903 !((ICE_DBG_AQ_DESC | ICE_DBG_AQ_DESC_BUF) & hw->debug_mask)) in ice_debug_cq() 911 …ice_debug(hw, ICE_DBG_AQ_DESC, "CQ CMD: opcode 0x%04X, flags 0x%04X, datalen 0x%04X, retval 0x%04X… in ice_debug_cq() 915 ice_debug(hw, ICE_DBG_AQ_DESC, "\tcookie (h,l) 0x%08X 0x%08X\n", in ice_debug_cq() 918 ice_debug(hw, ICE_DBG_AQ_DESC, "\tparam (0,1) 0x%08X 0x%08X\n", in ice_debug_cq() 921 ice_debug(hw, ICE_DBG_AQ_DESC, "\taddr (h,l) 0x%08X 0x%08X\n", in ice_debug_cq() 1054 ice_debug(hw, ICE_DBG_AQ_DESC, "ATQ: Control Send queue desc and buffer:\n"); in ice_sq_send_cmd() 1205 ice_debug(hw, ICE_DBG_AQ_DESC, "ARQ: desc and buffer:\n"); in ice_clean_rq_elem()
|
A D | ice_type.h | 56 #define ICE_DBG_AQ_DESC BIT_ULL(25) macro 60 ICE_DBG_AQ_DESC | \
|
Completed in 10 milliseconds