Searched refs:mcam_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.h | 767 int mce_idx, int mcam_index, bool add); 813 int group, int alg_idx, int mcam_index);
|
D | rvu_nix.c | 2810 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument 2846 npc_enable_mcam_entry(rvu, mcam, npc_blkaddr, mcam_index, false); in nix_update_mce_list() 2906 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; in nix_update_mce_rule() local 2933 mcam_index = npc_get_nixlf_mcam_index(mcam, in nix_update_mce_rule() 2937 mce_idx, mcam_index, add); in nix_update_mce_rule() 3603 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
D | rvu_npc.c | 966 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument 979 if (mcam_index < 0) { in rvu_npc_update_flowkey_alg_idx() 986 index = mcam_index; in rvu_npc_update_flowkey_alg_idx() 1010 if (mcam_index < 0) in rvu_npc_update_flowkey_alg_idx()
|
D | mbox.h | 1076 int mcam_index; /* MCAM entry index to modify */ member
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 282 req->mcam_index = -1; /* Default or reserved index */ in otx2_set_flowkey_cfg()
|