Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c181 if (tbl->act_mems[i].act_mem == ICE_ACL_ACT_PAIR_MEM_INVAL) in ice_acl_init_tbl()
220 struct ice_acl_act_mem *p_mem = &tbl->act_mems[*cur_mem_idx]; in ice_acl_assign_act_mems_to_tcam()
389 tbl->act_mems[i].act_mem = resp_buf->act_mem[i]; in ice_acl_create_tbl()
676 struct ice_acl_act_mem *p_mem = &tbl->act_mems[i]; in ice_acl_assign_act_mem_for_scen()
1071 struct ice_acl_act_mem *mem = &hw->acl_tbl->act_mems[i]; in ice_acl_prog_act()
1149 struct ice_acl_act_mem *mem = &hw->acl_tbl->act_mems[i]; in ice_acl_rem_entry()
H A Dice_acl.h41 struct ice_acl_act_mem act_mems[ICE_AQC_MAX_ACTION_MEMORIES]; member