Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_flow.c948 ice_debug(hw, ICE_DBG_FLOW, "Error processing a flow's packet segments\n"); in ice_flow_add_prof_sync()
955 ice_debug(hw, ICE_DBG_FLOW, "Error adding a HW flow profile\n"); in ice_flow_add_prof_sync()
1047 ice_debug(hw, ICE_DBG_FLOW, "HW profile add failed, %d\n", in ice_flow_assoc_prof()
1078 ice_debug(hw, ICE_DBG_FLOW, "HW profile remove failed, %d\n", in ice_flow_disassoc_prof()
H A Dice_type.h117 #define ICE_DBG_FLOW BIT_ULL(9) macro