Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_exch.c27 u16 fc_cpu_mask; /* cpu mask for possible cpus */ variable
28 EXPORT_SYMBOL(fc_cpu_mask);
933 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()
2476 (min_xid & fc_cpu_mask) != 0) { in fc_exch_mgr_alloc()
2497 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2498 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2503 (fc_cpu_mask + 1); in fc_exch_mgr_alloc()
2696 fc_cpu_mask = (1 << fc_cpu_order) - 1; in fc_setup_exch_mgr()
/drivers/scsi/fcoe/
Dfcoe.c1406 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
1411 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()