Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_fbk_hash.h187 uint32_t last_entry = ht->entries_per_bucket - 1; in rte_fbk_hash_delete_key_with_bucket() local
195 last_entry = j - 1; in rte_fbk_hash_delete_key_with_bucket()
204 ht->t[bucket + last_entry].whole_entry; in rte_fbk_hash_delete_key_with_bucket()
205 ht->t[bucket + last_entry].whole_entry = 0; in rte_fbk_hash_delete_key_with_bucket()
/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c163 (tcam_idx == tbl->last_tcam && idx <= tbl->last_entry)) { in ice_acl_init_tbl()
172 if (++idx > tbl->last_entry) { in ice_acl_init_tbl()
185 end = tbl->last_entry; in ice_acl_init_tbl()
381 tbl->last_entry = LE16_TO_CPU(resp_buf->last_entry); in ice_acl_create_tbl()
411 (tbl->last_entry / ICE_ACL_ENTRY_ALLOC_UNIT); in ice_acl_create_tbl()
H A Dice_acl.h35 u16 last_entry; member
H A Dice_adminq_cmd.h2209 __le16 last_entry; member