Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h43 struct rsrc_bmap { struct
49 struct rsrc_bmap lf; argument
81 struct rsrc_bmap counters;
115 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
157 struct rsrc_bmap schq;
173 struct rsrc_bmap rsrc;
304 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
305 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
306 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
307 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
[all …]
Drvu.c81 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc) in rvu_alloc_rsrc()
97 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_alloc_rsrc_contig()
112 static void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start) in rvu_free_rsrc_contig()
122 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_rsrc_check_contig()
136 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id) in rvu_free_rsrc()
144 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc) in rvu_rsrc_free_count()
155 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc) in rvu_alloc_bitmap()