fc_cpu_order       29 drivers/scsi/libfc/fc_exch.c static u16	fc_cpu_order;	/* 2's power to represent total possible cpus */
fc_cpu_order      445 drivers/scsi/libfc/fc_exch.c 	index = (ep->xid - ep->em->min_xid) >> fc_cpu_order;
fc_cpu_order      872 drivers/scsi/libfc/fc_exch.c 	ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid;
fc_cpu_order      942 drivers/scsi/libfc/fc_exch.c 		ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order);
fc_cpu_order     2677 drivers/scsi/libfc/fc_exch.c 	fc_cpu_order = ilog2(roundup_pow_of_two(nr_cpu_ids));
fc_cpu_order     2678 drivers/scsi/libfc/fc_exch.c 	fc_cpu_mask = (1 << fc_cpu_order) - 1;