pool_exch_range  2452 drivers/scsi/libfc/fc_exch.c 	u16 pool_exch_range;
pool_exch_range  2477 drivers/scsi/libfc/fc_exch.c 	pool_exch_range = (PCPU_MIN_UNIT_SIZE - sizeof(*pool)) /
pool_exch_range  2479 drivers/scsi/libfc/fc_exch.c 	if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) {
pool_exch_range  2480 drivers/scsi/libfc/fc_exch.c 		mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) +
pool_exch_range  2484 drivers/scsi/libfc/fc_exch.c 		pool_exch_range = (mp->max_xid - mp->min_xid + 1) /
pool_exch_range  2497 drivers/scsi/libfc/fc_exch.c 	mp->pool_max_index = pool_exch_range - 1;
pool_exch_range  2502 drivers/scsi/libfc/fc_exch.c 	pool_size = sizeof(*pool) + pool_exch_range * sizeof(struct fc_exch *);