Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h71 struct rsrc_bmap { struct
77 struct rsrc_bmap lf; argument
109 struct rsrc_bmap counters;
145 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
192 struct rsrc_bmap schq;
210 struct rsrc_bmap rsrc;
431 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
432 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
433 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
434 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
[all …]
Drvu.c115 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc) in rvu_alloc_rsrc()
131 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_alloc_rsrc_contig()
146 static void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start) in rvu_free_rsrc_contig()
156 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_rsrc_check_contig()
170 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id) in rvu_free_rsrc()
178 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc) in rvu_rsrc_free_count()
189 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc) in rvu_alloc_bitmap()