Home
last modified time | relevance | path

Searched refs:efx_hash_types (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c94 &out->efx_hash_types); in sfc_flow_rss_parse_conf()
101 out->efx_hash_types = ethdev_rss->hash_types; in sfc_flow_rss_parse_conf()
413 conf->efx_hash_types, in sfc_flow_rss_ctx_program()
419 conf->efx_hash_types, in sfc_flow_rss_ctx_program()
H A Dsfc_flow_rss.h24 efx_rx_hash_type_t efx_hash_types; member
H A Dsfc_rx.c1384 efx_rx_hash_type_t efx_hash_types; in sfc_rx_hash_init() local
1407 efx_hash_types = 0; in sfc_rx_hash_init()
1416 efx_hash_types |= ht; in sfc_rx_hash_init()
1424 rss->hash_types = efx_hash_types; in sfc_rx_hash_init()
1485 efx_rx_hash_type_t efx_hash_types = rss->hash_types; in sfc_rx_process_adv_conf_rss() local
1486 uint64_t rss_hf = sfc_rx_hf_efx_to_rte(rss, efx_hash_types); in sfc_rx_process_adv_conf_rss()
1496 rc = sfc_rx_hf_rte_to_efx(sa, conf->rss_hf, &efx_hash_types); in sfc_rx_process_adv_conf_rss()
1510 rss->hash_types = efx_hash_types; in sfc_rx_process_adv_conf_rss()
H A Dsfc_ethdev.c1670 unsigned int efx_hash_types; in sfc_dev_rss_hash_update() local
1700 rc = sfc_rx_hf_rte_to_efx(sa, rss_conf->rss_hf, &efx_hash_types); in sfc_dev_rss_hash_update()
1710 rss->hash_alg, efx_hash_types, in sfc_dev_rss_hash_update()
1731 rss->hash_types = efx_hash_types; in sfc_dev_rss_hash_update()