Searched refs:mcam_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.h | 731 int mce_idx, int mcam_index, bool add); 776 int group, int alg_idx, int mcam_index);
|
D | rvu_npc.c | 950 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() argument 963 if (mcam_index < 0) { in rvu_npc_update_flowkey_alg_idx() 970 index = mcam_index; in rvu_npc_update_flowkey_alg_idx() 994 if (mcam_index < 0) in rvu_npc_update_flowkey_alg_idx()
|
D | rvu_nix.c | 2741 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument 2777 npc_enable_mcam_entry(rvu, mcam, npc_blkaddr, mcam_index, false); in nix_update_mce_list() 2837 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; in nix_update_mce_rule() local 2864 mcam_index = npc_get_nixlf_mcam_index(mcam, in nix_update_mce_rule() 2868 mce_idx, mcam_index, add); in nix_update_mce_rule() 3534 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
D | mbox.h | 954 int mcam_index; /* MCAM entry index to modify */ member
|
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 279 req->mcam_index = -1; /* Default or reserved index */ in otx2_set_flowkey_cfg()
|