Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c398 unsigned int ppod_bmap_size; in cxgbi_ppm_init() local
439 ppod_bmap_size = BITS_TO_LONGS(ppmax - ppmax_pool); in cxgbi_ppm_init()
442 ppod_bmap_size * sizeof(unsigned long); in cxgbi_ppm_init()
450 if ((ppod_bmap_size >> 3) > (ppmax - ppmax_pool)) { in cxgbi_ppm_init()
452 unsigned int end = ppod_bmap_size >> 3; in cxgbi_ppm_init()
456 __func__, ppmax, ppmax_pool, ppod_bmap_size, start, in cxgbi_ppm_init()