Searched refs:slot_id (Results 1 – 5 of 5) sorted by relevance
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_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() local462 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() local572 slot_id = rule->entry_id[i]; in ice_acl_destroy_filter()581 slot_id = rule->entry_id[0]; in ice_acl_destroy_filter()[all …]
682 uint32_t slot_id) in enqueue_slot_back() argument979 uint32_t slot_id; in alloc_slot() local1004 return slot_id; in alloc_slot()1016 uint32_t slot_id; in __rte_hash_add_key_with_hash() local1086 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 …]
21 <&phandle slot_id dst_irq ack_irq>23 slot_id: Slot id used either for TX or RX
970 void *new_k, *slot_id = NULL; in efd_compute_update() local1037 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()
61 uint32_t slot_id; /**< KNI pool slot ID */ member