Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c3175 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
3195 entry_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3196 entry_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3197 entry_req.priority = req->priority; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3198 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3199 entry_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3202 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()