Home
last modified time | relevance | path

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

/f-stack/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_ENTRIES) { in ice_acl_hw_set_conf()
443 rule->entry_id[entry_idx] = slot_id; in ice_acl_hw_set_conf()
457 uint32_t slot_id; in ice_acl_hw_rem_conf() local
462 slot_id = rule->entry_id[i]; in ice_acl_hw_rem_conf()
465 pf->acl.hw_entry_id[slot_id]); in ice_acl_hw_rem_conf()
564 uint32_t slot_id, i; in ice_acl_destroy_filter() local
572 slot_id = rule->entry_id[i]; in ice_acl_destroy_filter()
581 slot_id = rule->entry_id[0]; in ice_acl_destroy_filter()
[all …]
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c682 uint32_t slot_id) in enqueue_slot_back() argument
979 uint32_t slot_id; in alloc_slot() local
1004 return slot_id; in alloc_slot()
1016 uint32_t slot_id; in __rte_hash_add_key_with_hash() local
1086 return slot_id - 1; in __rte_hash_add_key_with_hash()
1096 return slot_id - 1; in __rte_hash_add_key_with_hash()
1107 return slot_id - 1; in __rte_hash_add_key_with_hash()
1150 slot_id, in __rte_hash_add_key_with_hash()
1153 return slot_id - 1; in __rte_hash_add_key_with_hash()
1186 slot_id, in __rte_hash_add_key_with_hash()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dhisilicon,hi6220-mailbox.txt21 <&phandle slot_id dst_irq ack_irq>
23 slot_id: Slot id used either for TX or RX
/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c970 void *new_k, *slot_id = NULL; in efd_compute_update() local
1037 if (rte_ring_sc_dequeue(table->free_slots, &slot_id) != 0) in efd_compute_update()
1040 new_k = RTE_PTR_ADD(table->keys, (uintptr_t) slot_id * in efd_compute_update()
1043 new_idx = (uint32_t) ((uintptr_t) slot_id); in efd_compute_update()
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c61 uint32_t slot_id; /**< KNI pool slot ID */ member