Searched refs:ICE_BLK_ACL (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_acl_filter.c | 233 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init() 244 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init() 255 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init() 266 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init() 273 ret = ice_flow_assoc_prof(hw, ICE_BLK_ACL, prof_ipv4, i); in ice_acl_prof_init() 277 ret = ice_flow_assoc_prof(hw, ICE_BLK_ACL, prof_ipv4_udp, i); in ice_acl_prof_init() 281 ret = ice_flow_assoc_prof(hw, ICE_BLK_ACL, prof_ipv4_tcp, i); in ice_acl_prof_init() 417 enum ice_block blk = ICE_BLK_ACL; in ice_acl_hw_set_conf() 464 ice_flow_rem_entry(hw, ICE_BLK_ACL, in ice_acl_hw_rem_conf() 574 ice_flow_rem_entry(hw, ICE_BLK_ACL, in ice_acl_destroy_filter() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.c | 1347 if (params->blk == ICE_BLK_ACL) { in ice_flow_create_xtrct_seq() 1511 case ICE_BLK_ACL: in ice_flow_proc_segs() 1688 status = ice_flow_get_hw_prof(hw, ICE_BLK_ACL, prof->id, &prof_id); in ice_flow_acl_is_prof_in_use() 1801 if (blk == ICE_BLK_ACL) { in ice_flow_rem_entry_sync() 1957 if (blk == ICE_BLK_ACL) { in ice_flow_rem_prof_sync() 2135 if (blk == ICE_BLK_ACL) { in ice_flow_assoc_prof() 2826 status = ice_flow_get_hw_prof(hw, ICE_BLK_ACL, prof->id, in ice_flow_acl_add_scen_entry_sync() 2864 status = ice_flow_rem_entry_sync(hw, ICE_BLK_ACL, exist); in ice_flow_acl_add_scen_entry_sync() 2988 if (blk == ICE_BLK_ACL && (!acts || !acts_cnt)) in ice_flow_add_entry() 3027 case ICE_BLK_ACL: in ice_flow_add_entry() [all …]
|
| H A D | ice_acl_ctrl.c | 859 LIST_FOR_EACH_ENTRY_SAFE(p, tmp, &hw->fl_profs[ICE_BLK_ACL], in ice_acl_destroy_scen() 862 status = ice_flow_rem_prof(hw, ICE_BLK_ACL, p->id); in ice_acl_destroy_scen()
|
| H A D | ice_flex_type.h | 249 ICE_BLK_ACL, enumerator
|
| H A D | ice_flex_pipe.c | 2890 case ICE_BLK_ACL: in ice_prof_id_rsrc_type() 2919 case ICE_BLK_ACL: in ice_tcam_ent_rsrc_type()
|