Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c147 pfvf->flags |= OTX2_FLAG_MCAM_ENTRIES_ALLOC; in otx2_alloc_mcam_entries()
246 pfvf->flags |= OTX2_FLAG_MCAM_ENTRIES_ALLOC; in otx2_mcam_entry_init()
1374 if (!(pfvf->flags & OTX2_FLAG_MCAM_ENTRIES_ALLOC)) in otx2_destroy_mcam_flows()
1403 pfvf->flags &= ~OTX2_FLAG_MCAM_ENTRIES_ALLOC; in otx2_destroy_mcam_flows()
H A Drep.c96 rep->flags |= OTX2_FLAG_MCAM_ENTRIES_ALLOC; in rvu_rep_mcam_flow_init()
H A Dotx2_common.h472 #define OTX2_FLAG_MCAM_ENTRIES_ALLOC BIT_ULL(3) macro
H A Dotx2_tc.c964 if (!(pfvf->flags & OTX2_FLAG_MCAM_ENTRIES_ALLOC)) in otx2_destroy_tc_flow_list()