Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c2148 struct npc_mcam_alloc_entry_req entry_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
2163 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()