ppmax_pool        398 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	unsigned int ppmax_pool = 0;
ppmax_pool        429 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 		ppmax_pool = ppmax / reserve_factor;
ppmax_pool        430 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 		pool = ppm_alloc_cpu_pool(&ppmax_pool, &pool_index_max);
ppmax_pool        432 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 			ppmax_pool = 0;
ppmax_pool        437 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 			 ndev->name, ppmax, ppmax_pool, pool_index_max);
ppmax_pool        440 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	ppod_bmap_size = BITS_TO_LONGS(ppmax - ppmax_pool);
ppmax_pool        451 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	if ((ppod_bmap_size >> 3) > (ppmax - ppmax_pool)) {
ppmax_pool        452 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 		unsigned int start = ppmax - ppmax_pool;
ppmax_pool        457 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 			__func__, ppmax, ppmax_pool, ppod_bmap_size, start,
ppmax_pool        483 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	ppm->bmap_index_max = ppmax - ppmax_pool;
ppmax_pool        486 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	ppm->pool_rsvd = ppmax_pool;