Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_fbk_hash.h189 uint32_t last_entry = ht->entries_per_bucket - 1; in rte_fbk_hash_delete_key_with_bucket() local
197 last_entry = j - 1; in rte_fbk_hash_delete_key_with_bucket()
206 ht->t[bucket + last_entry].whole_entry; in rte_fbk_hash_delete_key_with_bucket()
207 ht->t[bucket + last_entry].whole_entry = 0; in rte_fbk_hash_delete_key_with_bucket()
/f-stack/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.h2107 __le16 last_entry; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_indirect_mapping.c42 vdev_indirect_mapping_entry_phys_t *last_entry __maybe_unused = in vdev_indirect_mapping_verify()
45 DVA_MAPPING_GET_SRC_OFFSET(last_entry); in vdev_indirect_mapping_verify()
47 DVA_GET_ASIZE(&last_entry->vimep_dst); in vdev_indirect_mapping_verify()