Searched refs:ppod_bmap_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 398 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 398 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()
|
Completed in 2 milliseconds