Searched refs:entry_req (Results 1 – 1 of 1) sorted by relevance
2148 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local2163 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()2164 entry_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()2165 entry_req.priority = req->priority; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()2166 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()2167 entry_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()2170 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()