Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c313 struct ice_acl_alloc_tbl tbl_alloc; in ice_acl_create_tbl() local
340 ice_memset(&tbl_alloc, 0, sizeof(tbl_alloc), ICE_NONDMA_MEM); in ice_acl_create_tbl()
341 tbl_alloc.width = width; in ice_acl_create_tbl()
342 tbl_alloc.depth = depth; in ice_acl_create_tbl()
343 tbl_alloc.act_pairs_per_entry = params->entry_act_pairs; in ice_acl_create_tbl()
344 tbl_alloc.concurr = params->concurr; in ice_acl_create_tbl()
347 tbl_alloc.num_dependent_alloc_ids = in ice_acl_create_tbl()
351 tbl_alloc.buf.data_buf.alloc_ids[i] = in ice_acl_create_tbl()
356 status = ice_aq_alloc_acl_tbl(hw, &tbl_alloc, NULL); in ice_acl_create_tbl()
358 if (LE16_TO_CPU(tbl_alloc.buf.resp_buf.alloc_id) < in ice_acl_create_tbl()
[all …]