Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c163 i = ppm_find_unused_entries(ppm->ppod_bmap, ppm->bmap_index_max, in ppm_get_entries()
216 bitmap_clear(ppm->ppod_bmap, i, count); in ppm_unmark_entries()
448 ppm->ppod_bmap = (unsigned long *)(&ppm->ppod_data[ppmax]); in cxgbi_ppm_init()
454 bitmap_set(ppm->ppod_bmap, ppmax, end - start); in cxgbi_ppm_init()
464 bitmap_set(ppm->ppod_bmap, first_ddr_idx, 1); in cxgbi_ppm_init()
Dlibcxgb_ppm.h147 unsigned long *ppod_bmap; member