Searched refs:key_idx (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.c | 56 uint32_t key_idx; member 1278 uint32_t key_idx; in search_one_bucket_lf() local 1290 key_idx = __atomic_load_n(&bkt->key_idx[i], in search_one_bucket_lf() 1646 uint32_t key_idx; in search_and_remove() local 1650 key_idx = __atomic_load_n(&bkt->key_idx[i], in search_and_remove() 1929 uint32_t key_idx = in __bulk_lookup_l() local 1943 uint32_t key_idx = in __bulk_lookup_l() local 1971 if (!!key_idx & in __bulk_lookup_l() 2000 if (!!key_idx & in __bulk_lookup_l() 2129 if (!!key_idx & in __bulk_lookup_lf() [all …]
|
| H A D | rte_cuckoo_hash.h | 152 uint32_t key_idx[RTE_HASH_BUCKET_ENTRIES]; member
|
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | rte_efd.c | 33 #define EFD_KEY(key_idx, table) (table->keys + ((key_idx) * table->key_len)) argument 179 uint32_t key_idx[EFD_MAX_GROUP_NUM_RULES]; member 856 new_group->key_idx[new_group->num_rules] = in move_groups() 857 current_group->key_idx[i]; in move_groups() 869 current_group->key_idx[empty_idx] = in move_groups() 870 current_group->key_idx[i]; in move_groups() 900 current_group->key_idx[i]; in revert_groups() 1009 key_idx_previous = current_group->key_idx[i]; in efd_compute_update() 1055 current_group->key_idx[key_changed_index] = in efd_compute_update() 1056 current_group->key_idx[last]; in efd_compute_update() [all …]
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_bpf_api.c | 49 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd) in tap_flow_bpf_calc_l3_l4_hash() argument 51 l3_l4_hash_insns[4].imm = key_idx; in tap_flow_bpf_calc_l3_l4_hash()
|
| H A D | tap_flow.c | 1339 bpf_rss_key(KEY_CMD_RELEASE, &flow->key_idx); in tap_flow_free() 1340 flow->key_idx = 0; in tap_flow_free() 1988 *key_idx = num_used_keys % RTE_DIM(rss_keys); in bpf_rss_key() 1989 while (rss_keys[*key_idx] == KEY_STAT_USED) in bpf_rss_key() 1990 *key_idx = (*key_idx + 1) % RTE_DIM(rss_keys); in bpf_rss_key() 1992 rss_keys[*key_idx] = KEY_STAT_USED; in bpf_rss_key() 2005 *key_idx += KEY_IDX_OFFSET; in bpf_rss_key() 2020 key = *key_idx - KEY_IDX_OFFSET; in bpf_rss_key() 2088 err = bpf_rss_key(KEY_CMD_GET, &flow->key_idx); in rss_add_actions() 2106 &flow->key_idx, &rss_entry); in rss_add_actions() [all …]
|
| H A D | tap_bpf_program.c | 126 __u32 key_idx = 0xdeadbeef; in rss_l3_l4() local 135 rsskey = map_lookup_elem(&map_keys, &key_idx); in rss_l3_l4()
|
| H A D | tap_flow.h | 63 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd);
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.h | 119 uint64_t key_idx = db->db_key64 | idx; in bnxt_db_cq() local 123 rte_write64_relaxed(key_idx, doorbell); in bnxt_db_cq()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300.h | 1623 ah, key_idx, mimo_control, compress_rpt) \ argument 1626 ah, key_idx, mimo_control, non_compress_rpt) \ argument 1639 #define ar9300_txbf_get_cv_cache_nr(ah, key_idx, nr) argument
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 7591 uint16_t key_idx = (vsi->type == I40E_VSI_SRIOV) ? in i40e_set_rss_key() local 7599 } else if (key_len != (key_idx + 1) * in i40e_set_rss_key()
|