Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_hash.c733 ice_refine_hash_cfg_l234(struct ice_rss_hash_cfg *hash_cfg, in ice_refine_hash_cfg_l234() argument
736 uint32_t *addl_hdrs = &hash_cfg->addl_hdrs; in ice_refine_hash_cfg_l234()
737 uint64_t *hash_flds = &hash_cfg->hash_flds; in ice_refine_hash_cfg_l234()
938 uint32_t *addl_hdrs = &hash_cfg->addl_hdrs; in ice_refine_proto_hdrs_by_pattern()
956 ice_refine_hash_cfg_gtpu(struct ice_rss_hash_cfg *hash_cfg, in ice_refine_hash_cfg_gtpu() argument
959 uint32_t *addl_hdrs = &hash_cfg->addl_hdrs; in ice_refine_hash_cfg_gtpu()
960 uint64_t *hash_flds = &hash_cfg->hash_flds; in ice_refine_hash_cfg_gtpu()
976 static void ice_refine_hash_cfg(struct ice_rss_hash_cfg *hash_cfg, in ice_refine_hash_cfg() argument
979 ice_refine_proto_hdrs_by_pattern(hash_cfg, phint); in ice_refine_hash_cfg()
980 ice_refine_hash_cfg_l234(hash_cfg, rss_type); in ice_refine_hash_cfg()
[all …]
/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.c59 octeontx_pki_port_hash_config(int port, pki_hash_cfg_t *hash_cfg) in octeontx_pki_port_hash_config() argument
64 pki_hash_cfg_t h_cfg = *(pki_hash_cfg_t *)hash_cfg; in octeontx_pki_port_hash_config()
H A Docteontx_pkivf.h362 int octeontx_pki_port_hash_config(int port, pki_hash_cfg_t *hash_cfg);