Searched refs:mcam_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.h | 18 struct mcam_entry *entry, u64 val_lo,
|
| H A D | rvu_npc_fs.c | 754 struct mcam_entry *entry, u64 val_lo, in npc_update_entry() 758 struct mcam_entry dummy = { {0} }; in npc_update_entry() 834 static void npc_update_ipv6_flow(struct rvu *rvu, struct mcam_entry *entry, in npc_update_ipv6_flow() 881 static void npc_update_vlan_features(struct rvu *rvu, struct mcam_entry *entry, in npc_update_vlan_features() 903 static void npc_update_flow(struct rvu *rvu, struct mcam_entry *entry, in npc_update_flow() 1133 struct mcam_entry *entry, in npc_update_rx_entry() 1194 struct mcam_entry *entry, in npc_update_tx_entry() 1251 struct mcam_entry *entry; in npc_install_flow() 1605 struct mcam_entry *entry = &write_req.entry_data; in npc_update_dmac_value()
|
| H A D | rvu_npc_hash.h | 56 struct mcam_entry *entry,
|
| H A D | rvu_npc.c | 235 static void npc_get_keyword(struct mcam_entry *entry, int idx, in npc_get_keyword() 314 static void npc_fill_entryword(struct mcam_entry *entry, int idx, in npc_fill_entryword() 389 int blkaddr, int index, struct mcam_entry *entry, in npc_fixup_vf_rule() 433 struct mcam_entry *entry, bool enable) in npc_config_mcam_entry() 508 struct mcam_entry *entry, u8 *intf, u8 *ena) in npc_read_mcam_entry()
|
| H A D | rvu_npc_hash.c | 276 struct mcam_entry *entry, in npc_update_field_hash()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_flows.c | 382 pf->mac_table[i].mcam_entry = in otx2_do_add_macfilter() 384 req->entry = pf->mac_table[i].mcam_entry; in otx2_do_add_macfilter() 416 int *mcam_entry) in otx2_get_mcamentry_for_mac() argument 425 *mcam_entry = pf->mac_table[i].mcam_entry; in otx2_get_mcamentry_for_mac() 437 int err, mcam_entry; in otx2_del_macfilter() local 440 if (!otx2_get_mcamentry_for_mac(pf, mac, &mcam_entry)) in otx2_del_macfilter() 449 req->entry = mcam_entry; in otx2_del_macfilter()
|
| H A D | otx2_common.h | 339 u16 mcam_entry; member
|