Searched refs:hf_map (Results 1 – 4 of 4) sorted by relevance
1323 struct sfc_rss_hf_rte_to_efx *hf_map; in sfc_rx_hash_init() local1341 hf_map = rte_calloc_socket("sfc-rss-hf-map", in sfc_rx_hash_init()1343 sizeof(*hf_map), 0, sa->socket_id); in sfc_rx_hash_init()1344 if (hf_map == NULL) in sfc_rx_hash_init()1347 entry = hf_map; in sfc_rx_hash_init()1364 rss->hf_map = hf_map; in sfc_rx_hash_init()1375 rte_free(rss->hf_map); in sfc_rx_hash_fini()1387 uint64_t rte_mask = rss->hf_map[i].rte; in sfc_rx_hf_rte_to_efx()1391 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()1412 efx_rx_hash_type_t hash_type = rss->hf_map[i].efx; in sfc_rx_hf_efx_to_rte()[all …]
157 struct sfc_rss_hf_rte_to_efx *hf_map; member
159 rte_hf |= rss->hf_map[i].rte; in sfc_dev_infos_get()
1419 efx_hash_types |= rss->hf_map[i].efx; in sfc_flow_parse_rss()