Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h83 struct rsrc_bmap { struct
89 struct rsrc_bmap lf; argument
152 struct rsrc_bmap counters;
195 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
263 struct rsrc_bmap schq;
281 struct rsrc_bmap rsrc;
298 struct rsrc_bmap rsrc;
304 struct rsrc_bmap band_prof;
645 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
646 void rvu_free_bitmap(struct rsrc_bmap *rsrc);
[all …]
Dlmac_common.h37 struct rsrc_bmap mac_to_index_bmap;
38 struct rsrc_bmap rx_fc_pfvf_bmap;
39 struct rsrc_bmap tx_fc_pfvf_bmap;
Drvu.c123 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc) in rvu_alloc_rsrc()
139 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_alloc_rsrc_contig()
154 static void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start) in rvu_free_rsrc_contig()
164 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc) in rvu_rsrc_check_contig()
178 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id) in rvu_free_rsrc()
186 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc) in rvu_rsrc_free_count()
197 bool is_rsrc_free(struct rsrc_bmap *rsrc, int id) in is_rsrc_free()
205 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc) in rvu_alloc_bitmap()
214 void rvu_free_bitmap(struct rsrc_bmap *rsrc) in rvu_free_bitmap()