Lines Matching refs:socket_id

313 		const unsigned int socket_id, const uint32_t chunk_id,  in efd_get_choice()  argument
316 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_get_choice()
500 uint8_t socket_id; in rte_efd_create() local
601 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) in rte_efd_create()
602 table->chunks[socket_id] = NULL; in rte_efd_create()
612 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) { in rte_efd_create()
613 if ((online_cpu_socket_bitmask >> socket_id) & 0x01) { in rte_efd_create()
618 table->chunks[socket_id] = in rte_efd_create()
623 socket_id); in rte_efd_create()
624 if (table->chunks[socket_id] == NULL) { in rte_efd_create()
628 socket_id); in rte_efd_create()
637 socket_id); in rte_efd_create()
746 uint8_t socket_id; in rte_efd_free() local
753 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) in rte_efd_free()
754 rte_free(table->chunks[socket_id]); in rte_efd_free()
796 efd_apply_update(struct rte_efd_table * const table, const unsigned int socket_id, in efd_apply_update() argument
802 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_apply_update()
958 const unsigned int socket_id, const void *key, in efd_compute_update() argument
977 uint8_t current_choice = efd_get_choice(table, socket_id, in efd_compute_update()
1160 rte_efd_update(struct rte_efd_table * const table, const unsigned int socket_id, in rte_efd_update() argument
1167 int status = efd_compute_update(table, socket_id, key, value, in rte_efd_update()
1177 efd_apply_update(table, socket_id, chunk_id, group_id, bin_id, in rte_efd_update()
1183 rte_efd_delete(struct rte_efd_table * const table, const unsigned int socket_id, in rte_efd_delete() argument
1195 uint8_t current_choice = efd_get_choice(table, socket_id, in rte_efd_delete()
1300 const unsigned int socket_id, const void *key) in rte_efd_lookup() argument
1305 const struct efd_online_chunk * const chunks = table->chunks[socket_id]; in rte_efd_lookup()
1309 bin_choice = efd_get_choice(table, socket_id, chunk_id, bin_id); in rte_efd_lookup()
1320 const unsigned int socket_id, const int num_keys, in rte_efd_lookup_bulk() argument
1330 struct efd_online_chunk *chunks = table->chunks[socket_id]; in rte_efd_lookup_bulk()
1339 bin_choice_list[i] = efd_get_choice(table, socket_id, in rte_efd_lookup_bulk()