Searched refs:mcam_entry (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/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 | 723 struct mcam_entry *entry, u64 val_lo, in npc_update_entry() 727 struct mcam_entry dummy = { {0} }; in npc_update_entry() 803 static void npc_update_ipv6_flow(struct rvu *rvu, struct mcam_entry *entry, in npc_update_ipv6_flow() 850 static void npc_update_vlan_features(struct rvu *rvu, struct mcam_entry *entry, in npc_update_vlan_features() 872 static void npc_update_flow(struct rvu *rvu, struct mcam_entry *entry, in npc_update_flow() 1048 struct mcam_entry *entry, in npc_update_rx_entry() 1099 struct mcam_entry *entry, in npc_update_tx_entry() 1148 struct mcam_entry *entry; in npc_install_flow() 1487 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 | mbox.h | 1342 struct mcam_entry { struct 1352 struct mcam_entry entry_data; 1414 struct mcam_entry entry_data; 1541 struct mcam_entry entry_data; 1548 struct mcam_entry entry;
|
H A D | rvu_npc.c | 65 struct mcam_entry *entry_data, u8 intf, in npc_mcam_verify_pf_func() 255 static void npc_get_keyword(struct mcam_entry *entry, int idx, in npc_get_keyword() 334 static void npc_fill_entryword(struct mcam_entry *entry, int idx, in npc_fill_entryword() 337 /* Similar to npc_get_keyword, but fills mcam_entry structure from in npc_fill_entryword() 409 int blkaddr, int index, struct mcam_entry *entry, in npc_fixup_vf_rule() 453 struct mcam_entry *entry, bool enable) in npc_config_mcam_entry() 528 struct mcam_entry *entry, u8 *intf, u8 *ena) in npc_read_mcam_entry()
|
H A D | rvu.h | 902 int blkaddr, u16 src, struct mcam_entry *entry,
|
H A D | rvu_npc_hash.c | 276 struct mcam_entry *entry, in npc_update_field_hash()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.h | 763 struct mcam_entry { struct 773 struct mcam_entry entry_data; 835 struct mcam_entry entry_data;
|
H A D | rvu_npc.c | 181 static void npc_get_keyword(struct mcam_entry *entry, int idx, in npc_get_keyword() 262 struct mcam_entry *entry, bool enable) in npc_config_mcam_entry() 375 struct mcam_entry entry = { {0} }; in rvu_npc_install_ucast_entry() 435 struct mcam_entry entry = { {0} }; in rvu_npc_install_promisc_entry() 512 struct mcam_entry entry = { {0} }; in rvu_npc_install_bcast_match_entry()
|
H A D | rvu.h | 181 struct mcam_entry entry;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_flows.c | 374 pf->mac_table[i].mcam_entry = in otx2_do_add_macfilter() 376 req->entry = pf->mac_table[i].mcam_entry; in otx2_do_add_macfilter() 408 int *mcam_entry) in otx2_get_mcamentry_for_mac() 417 *mcam_entry = pf->mac_table[i].mcam_entry; in otx2_get_mcamentry_for_mac() 429 int err, mcam_entry; in otx2_del_macfilter() local 432 if (!otx2_get_mcamentry_for_mac(pf, mac, &mcam_entry)) in otx2_del_macfilter() 441 req->entry = mcam_entry; in otx2_del_macfilter() 407 otx2_get_mcamentry_for_mac(struct otx2_nic *pf, const u8 *mac, int *mcam_entry) otx2_get_mcamentry_for_mac() argument
|
H A D | otx2_common.h | 340 u16 mcam_entry; member
|
Completed in 29 milliseconds