Searched refs:entry_req (Results 1 – 3 of 3) sorted by relevance
1672 struct npc_mcam_alloc_entry_req entry_req; in rvu_npc_alloc_entry_for_flow_install() local1703 memset(&entry_req, 0, sizeof(entry_req)); in rvu_npc_alloc_entry_for_flow_install()1706 entry_req.hdr.pcifunc = fl_req->hdr.pcifunc; in rvu_npc_alloc_entry_for_flow_install()1707 entry_req.ref_prio = fl_req->ref_prio; in rvu_npc_alloc_entry_for_flow_install()1708 entry_req.ref_entry = fl_req->ref_entry; in rvu_npc_alloc_entry_for_flow_install()1709 entry_req.kw_type = *kw_type; in rvu_npc_alloc_entry_for_flow_install()1710 entry_req.count = 1; in rvu_npc_alloc_entry_for_flow_install()1712 &entry_req, in rvu_npc_alloc_entry_for_flow_install()
3757 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local3773 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3774 entry_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3775 entry_req.ref_prio = req->ref_prio; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3776 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3777 entry_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3780 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
1420 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry() local1436 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1437 entry_req.contig = true; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1438 entry_req.ref_prio = req->ref_prio; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1439 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1440 entry_req.count = 1; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1441 entry_req.virt = req->virt; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()1444 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()