Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h70 struct rsrc_bmap { struct
76 struct rsrc_bmap lf; argument
108 struct rsrc_bmap counters;
143 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
188 struct rsrc_bmap schq;
206 struct rsrc_bmap rsrc;
417 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
418 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
419 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
420 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
[all …]
Drvu.c105 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc) in rvu_alloc_rsrc()
121 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_alloc_rsrc_contig()
136 static void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start) in rvu_free_rsrc_contig()
146 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_rsrc_check_contig()
160 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id) in rvu_free_rsrc()
168 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc) in rvu_rsrc_free_count()
179 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc) in rvu_alloc_bitmap()