Home
last modified time | relevance | path

Searched refs:ICE_DBG_AQ_MSG (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c700 ice_debug(hw, ICE_DBG_AQ_MSG, "Retry Admin Queue init due to FW critical error\n"); in ice_init_all_ctrlq()
795 ice_debug(hw, ICE_DBG_AQ_MSG, "ntc %d head %d.\n", ntc, rd32(hw, cq->sq.head)); in ice_clean_sq()
906 ice_debug(hw, ICE_DBG_AQ_MSG, "Control Send queue not initialized.\n"); in ice_sq_send_cmd_nolock()
918 ice_debug(hw, ICE_DBG_AQ_MSG, "Invalid buffer size for Control Send queue: %d.\n", in ice_sq_send_cmd_nolock()
931 ice_debug(hw, ICE_DBG_AQ_MSG, "head overrun at %d in the Control Send Queue ring\n", in ice_sq_send_cmd_nolock()
949 ice_debug(hw, ICE_DBG_AQ_MSG, "Error: Control Send Queue is full.\n"); in ice_sq_send_cmd_nolock()
1004 ice_debug(hw, ICE_DBG_AQ_MSG, "Return len %d > than buf len %d\n", in ice_sq_send_cmd_nolock()
1027 ice_debug(hw, ICE_DBG_AQ_MSG, "ATQ: desc and buffer writeback:\n"); in ice_sq_send_cmd_nolock()
1040 ice_debug(hw, ICE_DBG_AQ_MSG, "Critical FW error.\n"); in ice_sq_send_cmd_nolock()
1043 ice_debug(hw, ICE_DBG_AQ_MSG, "Control Send Queue Writeback timeout.\n"); in ice_sq_send_cmd_nolock()
[all …]
H A Dice_type.h135 #define ICE_DBG_AQ_MSG BIT_ULL(24) macro
139 #define ICE_DBG_AQ (ICE_DBG_AQ_MSG | \