Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c28 static u16 fc_cpu_order; /* 2's power to represent total possible cpus */ variable
446 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete()
875 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc()
945 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find()
2693 fc_cpu_order = ilog2(roundup_pow_of_two(nr_cpu_ids)); in fc_setup_exch_mgr()
2694 fc_cpu_mask = (1 << fc_cpu_order) - 1; in fc_setup_exch_mgr()