Searched refs:alg_idx (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 1004 int alg_idx) in npc_update_rx_action_with_alg_idx() argument 1024 action.flow_key_alg = alg_idx; in npc_update_rx_action_with_alg_idx() 1031 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument 1068 action.flow_key_alg = alg_idx; in rvu_npc_update_flowkey_alg_idx() 1090 alg_idx); in rvu_npc_update_flowkey_alg_idx() 1098 alg_idx); in rvu_npc_update_flowkey_alg_idx()
|
H A D | rvu_nix.c | 3918 int alg_idx, nixlf, blkaddr; in rvu_mbox_handler_nix_rss_flowkey_cfg() local 3930 alg_idx = get_flowkey_alg_idx(nix_hw, req->flowkey_cfg); in rvu_mbox_handler_nix_rss_flowkey_cfg() 3932 if (alg_idx < 0) { in rvu_mbox_handler_nix_rss_flowkey_cfg() 3933 alg_idx = reserve_flowkey_alg_idx(rvu, blkaddr, in rvu_mbox_handler_nix_rss_flowkey_cfg() 3935 if (alg_idx < 0) in rvu_mbox_handler_nix_rss_flowkey_cfg() 3936 return alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 3938 rsp->alg_idx = alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 3940 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
H A D | rvu.h | 881 int group, int alg_idx, int mcam_index);
|
H A D | mbox.h | 1128 u8 alg_idx; /* Selected algo index */ member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 304 pfvf->hw.flowkey_alg_idx = rsp->alg_idx; in otx2_set_flowkey_cfg()
|