Searched refs:mcam_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 1003 struct rvu_pfvf *pfvf, int mcam_index, int blkaddr, in npc_update_rx_action_with_alg_idx() argument 1011 if (!is_mcam_entry_enabled(rvu, mcam, blkaddr, mcam_index)) in npc_update_rx_action_with_alg_idx() 1016 bank = npc_get_bank(mcam, mcam_index); in npc_update_rx_action_with_alg_idx() 1017 mcam_index &= (mcam->banksize - 1); in npc_update_rx_action_with_alg_idx() 1022 NPC_AF_MCAMEX_BANKX_ACTION(mcam_index, bank)); in npc_update_rx_action_with_alg_idx() 1027 NPC_AF_MCAMEX_BANKX_ACTION(mcam_index, bank), *(u64 *)&action); 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 1043 if (mcam_index < 0) { in rvu_npc_update_flowkey_alg_idx() 1050 index = mcam_index; in rvu_npc_update_flowkey_alg_idx() 1074 if (mcam_index < 0) in rvu_npc_update_flowkey_alg_idx()
|
H A D | rvu.h | 832 int mce_idx, int mcam_index, bool add); 881 int group, int alg_idx, int mcam_index);
|
H A D | rvu_nix.c | 3067 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() argument 3103 npc_enable_mcam_entry(rvu, mcam, npc_blkaddr, mcam_index, false); in nix_update_mce_list() 3163 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; in nix_update_mce_rule() local 3190 mcam_index = npc_get_nixlf_mcam_index(mcam, in nix_update_mce_rule() 3194 mce_idx, mcam_index, add); in nix_update_mce_rule() 3940 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
H A D | mbox.h | 1095 int mcam_index; /* MCAM entry index to modify */ member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 289 req->mcam_index = -1; /* Default or reserved index */ in otx2_set_flowkey_cfg()
|