Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c678 uint32_t slot_id) in enqueue_slot_back() argument
975 uint32_t slot_id; in alloc_slot() local
1000 return slot_id; in alloc_slot()
1012 uint32_t slot_id; in __rte_hash_add_key_with_hash() local
1082 return slot_id - 1; in __rte_hash_add_key_with_hash()
1092 return slot_id - 1; in __rte_hash_add_key_with_hash()
1103 return slot_id - 1; in __rte_hash_add_key_with_hash()
1146 slot_id, in __rte_hash_add_key_with_hash()
1149 return slot_id - 1; in __rte_hash_add_key_with_hash()
1182 slot_id, in __rte_hash_add_key_with_hash()
[all …]
/dpdk/drivers/net/ice/
H A Dice_acl_filter.c407 *slot_id = pos; in ice_acl_alloc_slot_id()
419 uint32_t slot_id = 0; in ice_acl_hw_set_conf() local
433 if (slot_id < MAX_ACL_NORMAL_ENTRIES) { in ice_acl_hw_set_conf()
444 pf->acl.hw_entry_id[slot_id] = hw_entry; in ice_acl_hw_set_conf()
466 uint32_t slot_id; in ice_acl_hw_rem_conf() local
473 slot_id = ICE_LO_DWORD(entry_id); in ice_acl_hw_rem_conf()
474 rte_bitmap_set(pf->acl.slots, slot_id); in ice_acl_hw_rem_conf()
574 uint32_t slot_id, i; in ice_acl_destroy_filter() local
584 slot_id = ICE_LO_DWORD(entry_id); in ice_acl_destroy_filter()
593 slot_id = ICE_LO_DWORD(entry_id); in ice_acl_destroy_filter()
[all …]
/dpdk/lib/efd/
H A Drte_efd.c967 void *new_k, *slot_id = NULL; in efd_compute_update() local
1034 if (rte_ring_sc_dequeue(table->free_slots, &slot_id) != 0) in efd_compute_update()
1037 new_k = RTE_PTR_ADD(table->keys, (uintptr_t) slot_id * in efd_compute_update()
1040 new_idx = (uint32_t) ((uintptr_t) slot_id); in efd_compute_update()
/dpdk/lib/kni/
H A Drte_kni.c59 uint32_t slot_id; /**< KNI pool slot ID */ member