rsrc_bmap          81 drivers/net/ethernet/marvell/octeontx2/af/rvu.c int rvu_alloc_rsrc(struct rsrc_bmap *rsrc)
rsrc_bmap          97 drivers/net/ethernet/marvell/octeontx2/af/rvu.c int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc)
rsrc_bmap         112 drivers/net/ethernet/marvell/octeontx2/af/rvu.c static void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start)
rsrc_bmap         122 drivers/net/ethernet/marvell/octeontx2/af/rvu.c bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc)
rsrc_bmap         136 drivers/net/ethernet/marvell/octeontx2/af/rvu.c void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id)
rsrc_bmap         144 drivers/net/ethernet/marvell/octeontx2/af/rvu.c int rvu_rsrc_free_count(struct rsrc_bmap *rsrc)
rsrc_bmap         155 drivers/net/ethernet/marvell/octeontx2/af/rvu.c int rvu_alloc_bitmap(struct rsrc_bmap *rsrc)
rsrc_bmap          49 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct rsrc_bmap	lf;
rsrc_bmap          81 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct rsrc_bmap counters;
rsrc_bmap         115 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct rsrc_bmap msix;      /* Bitmap for MSIX vector alloc */
rsrc_bmap         157 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct rsrc_bmap schq;
rsrc_bmap         173 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct rsrc_bmap rsrc;
rsrc_bmap         304 drivers/net/ethernet/marvell/octeontx2/af/rvu.h int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
rsrc_bmap         305 drivers/net/ethernet/marvell/octeontx2/af/rvu.h int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
rsrc_bmap         306 drivers/net/ethernet/marvell/octeontx2/af/rvu.h void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
rsrc_bmap         307 drivers/net/ethernet/marvell/octeontx2/af/rvu.h int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
rsrc_bmap         308 drivers/net/ethernet/marvell/octeontx2/af/rvu.h int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc);
rsrc_bmap         309 drivers/net/ethernet/marvell/octeontx2/af/rvu.h bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc);