Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1365 rss->hash_types = efx_hash_types; in sfc_rx_hash_init()
1383 efx_rx_hash_type_t hash_types = 0; in sfc_rx_hf_rte_to_efx() local
1391 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()
1400 *efx = hash_types; in sfc_rx_hf_rte_to_efx()
1426 efx_rx_hash_type_t efx_hash_types = rss->hash_types; in sfc_rx_process_adv_conf_rss()
1451 rss->hash_types = efx_hash_types; in sfc_rx_process_adv_conf_rss()
1464 rss->hash_alg, rss->hash_types, in sfc_rx_rss_config()
H A Dsfc.h159 efx_rx_hash_type_t hash_types; member
H A Dsfc_ethdev.c1539 rss_conf->rss_hf = sfc_rx_hf_efx_to_rte(rss, rss->hash_types); in sfc_dev_rss_hash_conf_get()
1612 rss->hash_types = efx_hash_types; in sfc_dev_rss_hash_update()
1629 rss->hash_types, B_TRUE) != 0) in sfc_dev_rss_hash_update()
H A Dsfc_flow.c1531 rss_hash_types = rss->hash_types; in sfc_flow_filter_insert()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c1951 uint32_t hash_types; in bnxt_rss_hash_conf_get_op() local
1965 hash_types = vnic->hash_type; in bnxt_rss_hash_conf_get_op()
1967 if (hash_types & HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV4) { in bnxt_rss_hash_conf_get_op()
1969 hash_types &= ~HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV4; in bnxt_rss_hash_conf_get_op()
1973 hash_types &= in bnxt_rss_hash_conf_get_op()
1978 hash_types &= in bnxt_rss_hash_conf_get_op()
1981 if (hash_types & HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV6) { in bnxt_rss_hash_conf_get_op()
1983 hash_types &= ~HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_IPV6; in bnxt_rss_hash_conf_get_op()
1987 hash_types &= in bnxt_rss_hash_conf_get_op()
1992 hash_types &= in bnxt_rss_hash_conf_get_op()
[all …]