Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c393 unsigned int ppod_bmap_size; in cxgbi_ppm_init() local
410 ppod_bmap_size = BITS_TO_LONGS(ppmax - ppmax_pool); in cxgbi_ppm_init()
413 ppod_bmap_size * sizeof(unsigned long); in cxgbi_ppm_init()
421 if ((ppod_bmap_size >> 3) > (ppmax - ppmax_pool)) { in cxgbi_ppm_init()
423 unsigned int end = ppod_bmap_size >> 3; in cxgbi_ppm_init()
427 __func__, ppmax, ppmax_pool, ppod_bmap_size, start, in cxgbi_ppm_init()