Home
last modified time | relevance | path

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

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