Searched refs:ppod_bmap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 163 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()
|
H A D | libcxgb_ppm.h | 147 unsigned long *ppod_bmap; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 163 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()
|
H A D | libcxgb_ppm.h | 147 unsigned long *ppod_bmap; member
|
Completed in 4 milliseconds