Symbol: mcam_entry
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1561
struct mcam_entry entry_data;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1623
struct mcam_entry entry_data;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1795
struct mcam_entry entry_data;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1802
struct mcam_entry entry;
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
1104
int blkaddr, u16 src, struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
235
static void npc_get_keyword(struct mcam_entry *entry, int idx,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
314
static void npc_fill_entryword(struct mcam_entry *entry, int idx,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
389
int blkaddr, int index, struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
433
struct mcam_entry *entry, bool enable)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
508
struct mcam_entry *entry, u8 *intf, u8 *ena)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1133
struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1194
struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1251
struct mcam_entry *entry;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1605
struct mcam_entry *entry = &write_req.entry_data;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
754
struct mcam_entry *entry, u64 val_lo,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
758
struct mcam_entry dummy = { {0} };
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
834
static void npc_update_ipv6_flow(struct rvu *rvu, struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
881
static void npc_update_vlan_features(struct rvu *rvu, struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
903
static void npc_update_flow(struct rvu *rvu, struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.h
18
struct mcam_entry *entry, u64 val_lo,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
276
struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h
56
struct mcam_entry *entry,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
339
u16 mcam_entry;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
382
pf->mac_table[i].mcam_entry =
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
384
req->entry = pf->mac_table[i].mcam_entry;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
416
int *mcam_entry)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
425
*mcam_entry = pf->mac_table[i].mcam_entry;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
437
int err, mcam_entry;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
440
if (!otx2_get_mcamentry_for_mac(pf, mac, &mcam_entry))
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
449
req->entry = mcam_entry;