Searched refs:slot_id (Results 1 – 4 of 4) sorted by relevance
678 uint32_t slot_id) in enqueue_slot_back() argument975 uint32_t slot_id; in alloc_slot() local1000 return slot_id; in alloc_slot()1012 uint32_t slot_id; in __rte_hash_add_key_with_hash() local1082 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 …]
407 *slot_id = pos; in ice_acl_alloc_slot_id()419 uint32_t slot_id = 0; in ice_acl_hw_set_conf() local433 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() local473 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() local584 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 …]
967 void *new_k, *slot_id = NULL; in efd_compute_update() local1034 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()
59 uint32_t slot_id; /**< KNI pool slot ID */ member