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.c1678 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_npc_alloc_entry_for_flow_install() local
1719 memset(&entry_rsp, 0, sizeof(entry_rsp)); in rvu_npc_alloc_entry_for_flow_install()
1728 &entry_rsp); in rvu_npc_alloc_entry_for_flow_install()
1732 *mcam_idx = entry_rsp.entry_list[0]; in rvu_npc_alloc_entry_for_flow_install()
H A Drvu_npc.c4047 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
4069 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4073 if (!entry_rsp.count) in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
4076 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.c1441 struct npc_mcam_alloc_entry_rsp entry_rsp; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry() local
1464 &entry_req, &entry_rsp); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1468 if (!entry_rsp.count) in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1472 entry = npc_cn20k_vidx2idx(entry_rsp.entry); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1489 free_req.entry = entry_rsp.entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1494 __func__, entry_rsp.entry); in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()
1498 rsp->entry = entry_rsp.entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry()