/kernel/linux/linux-6.6/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() 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() 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 < in rvu_npc_update_flowkey_alg_idx() 1002 npc_update_rx_action_with_alg_idx(struct rvu *rvu, struct nix_rx_action action, struct rvu_pfvf *pfvf, int mcam_index, int blkaddr, int alg_idx) npc_update_rx_action_with_alg_idx() argument 1030 rvu_npc_update_flowkey_alg_idx(struct rvu *rvu, u16 pcifunc, int nixlf, int group, int alg_idx, int mcam_index) rvu_npc_update_flowkey_alg_idx() argument [all...] |
H A D | rvu.h | 833 int mce_idx, int mcam_index, bool add); 882 int group, int alg_idx, int mcam_index);
|
H A D | rvu_nix.c | 3032 int mce_idx, int mcam_index, bool add) in nix_update_mce_list() 3068 npc_enable_mcam_entry(rvu, mcam, npc_blkaddr, mcam_index, false); in nix_update_mce_list() 3128 int err = 0, nixlf, blkaddr, mcam_index, mce_idx; in nix_update_mce_rule() local 3155 mcam_index = npc_get_nixlf_mcam_index(mcam, in nix_update_mce_rule() 3159 mce_idx, mcam_index, add); in nix_update_mce_rule() 3901 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg() 3030 nix_update_mce_list(struct rvu *rvu, u16 pcifunc, struct nix_mce_list *mce_list, int mce_idx, int mcam_index, bool add) nix_update_mce_list() argument
|
H A D | mbox.h | 1094 int mcam_index; /* MCAM entry index to modify */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.h | 524 int group, int alg_idx, int mcam_index);
|
H A D | mbox.h | 610 int mcam_index; /* MCAM entry index to modify */ member
|
H A D | rvu_npc.c | 583 int group, int alg_idx, int mcam_index) in rvu_npc_update_flowkey_alg_idx() 594 if (mcam_index < 0) { in rvu_npc_update_flowkey_alg_idx() 601 index = mcam_index; in rvu_npc_update_flowkey_alg_idx() 582 rvu_npc_update_flowkey_alg_idx(struct rvu *rvu, u16 pcifunc, int nixlf, int group, int alg_idx, int mcam_index) rvu_npc_update_flowkey_alg_idx() argument
|
H A D | rvu_nix.c | 2622 alg_idx, req->mcam_index); in rvu_mbox_handler_nix_rss_flowkey_cfg()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 260 req->mcam_index = -1; /* Default or reserved index */ in otx2_set_flowkey_cfg()
|
/kernel/linux/linux-6.6/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()
|