Searched refs:alg_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_nix.c | 3588 int alg_idx, nixlf, blkaddr; in rvu_mbox_handler_nix_rss_flowkey_cfg() local 3600 alg_idx = get_flowkey_alg_idx(nix_hw, req->flowkey_cfg); in rvu_mbox_handler_nix_rss_flowkey_cfg() 3602 if (alg_idx < 0) { in rvu_mbox_handler_nix_rss_flowkey_cfg() 3603 alg_idx = reserve_flowkey_alg_idx(rvu, blkaddr, in rvu_mbox_handler_nix_rss_flowkey_cfg() 3605 if (alg_idx < 0) in rvu_mbox_handler_nix_rss_flowkey_cfg() 3606 return alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 3608 rsp->alg_idx = alg_idx; in rvu_mbox_handler_nix_rss_flowkey_cfg() 3610 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
| A D | rvu.h | 783 int group, int alg_idx, int mcam_index);
|
| A D | mbox.h | 1017 u8 alg_idx; /* Selected algo index */ member
|
| A D | rvu_npc.c | 950 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument 988 action.flow_key_alg = alg_idx; in rvu_npc_update_flowkey_alg_idx()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_common.c | 294 pfvf->hw.flowkey_alg_idx = rsp->alg_idx; in otx2_set_flowkey_cfg()
|
Completed in 32 milliseconds