Home
last modified time | relevance | path

Searched refs:hash_types (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c101 out->efx_hash_types = ethdev_rss->hash_types; in sfc_flow_rss_parse_conf()
412 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()
418 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()
H A Dsfc_rx.c1424 rss->hash_types = efx_hash_types; in sfc_rx_hash_init()
1442 efx_rx_hash_type_t hash_types = 0; in sfc_rx_hf_rte_to_efx() local
1450 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()
1459 *efx = hash_types; in sfc_rx_hf_rte_to_efx()
1485 efx_rx_hash_type_t efx_hash_types = rss->hash_types; in sfc_rx_process_adv_conf_rss()
1510 rss->hash_types = efx_hash_types; in sfc_rx_process_adv_conf_rss()
1523 rss->hash_alg, rss->hash_types, in sfc_rx_rss_config()
H A Dsfc.h118 efx_rx_hash_type_t hash_types; member
H A Dsfc_ethdev.c1656 rss_conf->rss_hf = sfc_rx_hf_efx_to_rte(rss, rss->hash_types); in sfc_dev_rss_hash_conf_get()
1731 rss->hash_types = efx_hash_types; in sfc_dev_rss_hash_update()
1748 rss->hash_types, B_TRUE) != 0) in sfc_dev_rss_hash_update()
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c2189 uint32_t hash_types; in bnxt_rss_hash_conf_get_op() local
2203 hash_types = vnic->hash_type; in bnxt_rss_hash_conf_get_op()
2205 if (hash_types & HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV4) { in bnxt_rss_hash_conf_get_op()
2207 hash_types &= ~HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV4; in bnxt_rss_hash_conf_get_op()
2211 hash_types &= in bnxt_rss_hash_conf_get_op()
2216 hash_types &= in bnxt_rss_hash_conf_get_op()
2219 if (hash_types & HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV6) { in bnxt_rss_hash_conf_get_op()
2221 hash_types &= ~HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV6; in bnxt_rss_hash_conf_get_op()
2225 hash_types &= in bnxt_rss_hash_conf_get_op()
2230 hash_types &= in bnxt_rss_hash_conf_get_op()
[all …]
/dpdk/drivers/net/virtio/
H A Dvirtqueue.h217 uint32_t hash_types; member
H A Dvirtio_ethdev.c369 rss.hash_types = hw->rss_hash_types & VIRTIO_NET_HASH_TYPE_MASK; in virtio_set_multiple_queues_rss()