Home
last modified time | relevance | path

Searched refs:hf_map (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1382 struct sfc_rss_hf_rte_to_efx *hf_map; in sfc_rx_hash_init() local
1400 hf_map = rte_calloc_socket("sfc-rss-hf-map", in sfc_rx_hash_init()
1402 sizeof(*hf_map), 0, sa->socket_id); in sfc_rx_hash_init()
1403 if (hf_map == NULL) in sfc_rx_hash_init()
1406 entry = hf_map; in sfc_rx_hash_init()
1423 rss->hf_map = hf_map; in sfc_rx_hash_init()
1434 rte_free(rss->hf_map); in sfc_rx_hash_fini()
1446 uint64_t rte_mask = rss->hf_map[i].rte; in sfc_rx_hf_rte_to_efx()
1450 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()
1471 efx_rx_hash_type_t hash_type = rss->hf_map[i].efx; in sfc_rx_hf_efx_to_rte()
[all …]
H A Dsfc.h116 struct sfc_rss_hf_rte_to_efx *hf_map; member
H A Dsfc_ethdev.c153 rte_hf |= rss->hf_map[i].rte; in sfc_dev_infos_get()