Searched refs:alg_idx (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 992 int alg_idx) in npc_update_rx_action_with_alg_idx() argument 1012 action.flow_key_alg = alg_idx; in npc_update_rx_action_with_alg_idx() 1019 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument 1056 action.flow_key_alg = alg_idx; in rvu_npc_update_flowkey_alg_idx() 1078 alg_idx); in rvu_npc_update_flowkey_alg_idx() 1086 alg_idx); in rvu_npc_update_flowkey_alg_idx()
|
D | rvu_nix.c | 4270 int alg_idx, nixlf, blkaddr; in rvu_mbox_handler_nix_rss_flowkey_cfg() local 4282 alg_idx = get_flowkey_alg_idx(nix_hw, req->flowkey_cfg); in rvu_mbox_handler_nix_rss_flowkey_cfg() 4284 if (alg_idx < 0) { in rvu_mbox_handler_nix_rss_flowkey_cfg() 4285 alg_idx = reserve_flowkey_alg_idx(rvu, blkaddr, in rvu_mbox_handler_nix_rss_flowkey_cfg() 4287 if (alg_idx < 0) in rvu_mbox_handler_nix_rss_flowkey_cfg() 4288 return alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 4290 rsp->alg_idx = alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 4292 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
D | rvu.h | 962 int group, int alg_idx, int mcam_index);
|
D | mbox.h | 1142 u8 alg_idx; /* Selected algo index */ member
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 304 pfvf->hw.flowkey_alg_idx = rsp->alg_idx; in otx2_set_flowkey_cfg()
|