Home
last modified time | relevance | path

Searched refs:alg_idx (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c297 uint8_t *alg_idx, uint8_t group, int mcam_index) in otx2_rss_set_hf() argument
318 if (alg_idx) in otx2_rss_set_hf()
319 *alg_idx = rss_rsp->alg_idx; in otx2_rss_set_hf()
331 uint8_t alg_idx; in otx2_nix_rss_hash_update() local
352 rc = otx2_rss_set_hf(dev, flowkey_cfg, &alg_idx, in otx2_nix_rss_hash_update()
360 dev->rss_info.alg_idx = alg_idx; in otx2_nix_rss_hash_update()
389 uint8_t alg_idx; in otx2_nix_rss_config() local
416 rc = otx2_rss_set_hf(dev, flowkey_cfg, &alg_idx, in otx2_nix_rss_config()
424 dev->rss_info.alg_idx = alg_idx; in otx2_nix_rss_config()
H A Dotx2_flow.c191 uint8_t *alg_idx, uint32_t *rss_grp, in flow_configure_rss_action() argument
246 *alg_idx = flowkey_algx; in flow_configure_rss_action()
262 uint8_t alg_idx; in flow_program_rss_action() local
270 rss, &alg_idx, &rss_grp, in flow_program_rss_action()
278 ((uint64_t)(alg_idx & NIX_RSS_ACT_ALG_MASK) << in flow_program_rss_action()
H A Dotx2_ethdev.h188 uint8_t alg_idx; /* Selected algo index */ member
505 uint32_t flowkey_cfg, uint8_t *alg_idx,
H A Dotx2_mcast.c105 action |= (uint64_t)(dev->rss_info.alg_idx) << 56; in nix_hw_update_mc_addr_list()
H A Dotx2_vlan.c55 action |= (uint64_t)(dev->rss_info.alg_idx) << 56; in nix_set_rx_vlan_action()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h996 uint8_t __otx2_io alg_idx; /* Selected algo index */ member