Searched refs:ICE_DBG_AQ_MSG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 760 ice_debug(hw, ICE_DBG_AQ_MSG, "Retry Admin Queue init due to FW critical error\n"); in ice_init_all_ctrlq() 866 ice_debug(hw, ICE_DBG_AQ_MSG, "ntc %d head %d.\n", ntc, rd32(hw, cq->sq.head)); in ice_clean_sq() 1013 ice_debug(hw, ICE_DBG_AQ_MSG, "Control Send queue not initialized.\n"); in ice_sq_send_cmd() 1025 ice_debug(hw, ICE_DBG_AQ_MSG, "Invalid buffer size for Control Send queue: %d.\n", in ice_sq_send_cmd() 1038 ice_debug(hw, ICE_DBG_AQ_MSG, "head overrun at %d in the Control Send Queue ring\n", in ice_sq_send_cmd() 1050 ice_debug(hw, ICE_DBG_AQ_MSG, "Error: Control Send Queue is full.\n"); in ice_sq_send_cmd() 1098 ice_debug(hw, ICE_DBG_AQ_MSG, "Return len %d > than buf len %d\n", in ice_sq_send_cmd() 1107 ice_debug(hw, ICE_DBG_AQ_MSG, "Control Send Queue command 0x%04X completed with error 0x%X\n", in ice_sq_send_cmd() 1120 ice_debug(hw, ICE_DBG_AQ_MSG, "ATQ: desc and buffer writeback:\n"); in ice_sq_send_cmd() 1132 ice_debug(hw, ICE_DBG_AQ_MSG, "Critical FW error.\n"); in ice_sq_send_cmd() [all …]
|
D | ice_type.h | 56 #define ICE_DBG_AQ_MSG BIT_ULL(24) macro 60 #define ICE_DBG_AQ (ICE_DBG_AQ_MSG | \
|