Home
last modified time | relevance | path

Searched refs:entry_req (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1677 struct npc_mcam_alloc_entry_req entry_req; in rvu_npc_alloc_entry_for_flow_install() local
1718 memset(&entry_req, 0, sizeof(entry_req)); in rvu_npc_alloc_entry_for_flow_install()
1721 entry_req.hdr.pcifunc = fl_req->hdr.pcifunc; in rvu_npc_alloc_entry_for_flow_install()
1722 entry_req.ref_prio = fl_req->ref_prio; in rvu_npc_alloc_entry_for_flow_install()
1723 entry_req.ref_entry = fl_req->ref_entry; in rvu_npc_alloc_entry_for_flow_install()
1724 entry_req.kw_type = *kw_type; in rvu_npc_alloc_entry_for_flow_install()
1725 entry_req.count = 1; in rvu_npc_alloc_entry_for_flow_install()
1727 &entry_req, in rvu_npc_alloc_entry_for_flow_install()
H A Drvu_npc.c4046 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
4062 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4063 entry_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4064 entry_req.ref_prio = req->ref_prio; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4065 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4066 entry_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4069 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c1440 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry() local
1456 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1457 entry_req.contig = true; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1458 entry_req.ref_prio = req->ref_prio; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1459 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1460 entry_req.count = 1; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1461 entry_req.virt = req->virt; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1464 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()