Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c360 ice_debug(hw, ICE_DBG_ACL, "Alloc ACL table failed. Unavailable resource.\n"); in ice_acl_create_tbl()
864 ice_debug(hw, ICE_DBG_ACL, "ice_flow_rem_prof failed. status: %d\n", in ice_acl_destroy_scen()
873 ice_debug(hw, ICE_DBG_ACL, "AQ de-allocation of scenario failed. status: %d\n", in ice_acl_destroy_scen()
911 ice_debug(hw, ICE_DBG_ACL, "ice_aq_query_acl_scen() failed. status: %d\n", in ice_acl_destroy_tbl()
927 ice_debug(hw, ICE_DBG_ACL, "ice_aq_update_acl_scen() failed. status: %d\n", in ice_acl_destroy_tbl()
934 ice_debug(hw, ICE_DBG_ACL, "deletion of scenario failed. status: %d\n", in ice_acl_destroy_tbl()
943 ice_debug(hw, ICE_DBG_ACL, "AQ de-allocation of ACL failed. status: %d\n", in ice_acl_destroy_tbl()
1019 ice_debug(hw, ICE_DBG_ACL, "aq program acl entry failed status: %d\n", in ice_acl_add_entry()
1090 ice_debug(hw, ICE_DBG_ACL, "program actpair failed status: %d\n", in ice_acl_prog_act()
1141 ice_debug(hw, ICE_DBG_ACL, "AQ program ACL entry failed status: %d\n", in ice_acl_rem_entry()
[all …]
H A Dice_type.h134 #define ICE_DBG_ACL BIT_ULL(18) macro