Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1161 int alg_idx) in npc_update_rx_action_with_alg_idx() argument
1187 action.flow_key_alg = alg_idx; in npc_update_rx_action_with_alg_idx()
1193 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument
1239 action.flow_key_alg = alg_idx; in rvu_npc_update_flowkey_alg_idx()
1267 blkaddr, alg_idx); in rvu_npc_update_flowkey_alg_idx()
1276 blkaddr, alg_idx); in rvu_npc_update_flowkey_alg_idx()
H A Drvu_nix.c4347 int alg_idx, nixlf, blkaddr; in rvu_mbox_handler_nix_rss_flowkey_cfg() local
4359 alg_idx = get_flowkey_alg_idx(nix_hw, req->flowkey_cfg); in rvu_mbox_handler_nix_rss_flowkey_cfg()
4361 if (alg_idx < 0) { in rvu_mbox_handler_nix_rss_flowkey_cfg()
4362 alg_idx = reserve_flowkey_alg_idx(rvu, blkaddr, in rvu_mbox_handler_nix_rss_flowkey_cfg()
4364 if (alg_idx < 0) in rvu_mbox_handler_nix_rss_flowkey_cfg()
4365 return alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg()
4367 rsp->alg_idx = alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg()
4369 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c317 pfvf->hw.flowkey_alg_idx = rsp->alg_idx; in otx2_set_flowkey_cfg()