Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c161 i = ppm_find_unused_entries(ppm->ppod_bmap, ppm->bmap_index_max, in ppm_get_entries()
212 bitmap_clear(ppm->ppod_bmap, i, count); in ppm_unmark_entries()
419 ppm->ppod_bmap = (unsigned long *)(&ppm->ppod_data[ppmax]); in cxgbi_ppm_init()
425 bitmap_set(ppm->ppod_bmap, ppmax, end - start); in cxgbi_ppm_init()
Dlibcxgb_ppm.h146 unsigned long *ppod_bmap; member