Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1673 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_npc_alloc_entry_for_flow_install() local
1704 memset(&entry_rsp, 0, sizeof(entry_rsp)); in rvu_npc_alloc_entry_for_flow_install()
1713 &entry_rsp); in rvu_npc_alloc_entry_for_flow_install()
1717 *mcam_idx = entry_rsp.entry_list[0]; in rvu_npc_alloc_entry_for_flow_install()
H A Drvu_npc.c3758 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
3780 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3784 if (!entry_rsp.count) in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3787 entry = entry_rsp.entry; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c1421 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry() local
1444 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1448 if (!entry_rsp.count) in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1452 entry = npc_cn20k_vidx2idx(entry_rsp.entry); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1469 free_req.entry = entry_rsp.entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1474 __func__, entry_rsp.entry); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1478 rsp->entry = entry_rsp.entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()