Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
H A Dfc_exch.c26 u16 fc_cpu_mask; /* cpu mask for possible cpus */ variable
27 EXPORT_SYMBOL(fc_cpu_mask);
931 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()
2474 (min_xid & fc_cpu_mask) != 0) { in fc_exch_mgr_alloc()
2495 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2496 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2501 (fc_cpu_mask + 1); in fc_exch_mgr_alloc()
2680 * Initialize fc_cpu_mask and fc_cpu_order. The in fc_setup_exch_mgr()
2681 * fc_cpu_mask is set for nr_cpu_ids rounded up in fc_setup_exch_mgr()
2687 * This round up is required to align fc_cpu_mask in fc_setup_exch_mgr()
[all...]
/linux/include/scsi/
H A Dlibfc.h380 extern u16 fc_cpu_mask; /* cpu mask for possible cpus */
/linux/drivers/scsi/fcoe/
H A Dfcoe.c1380 * with fc_cpu_mask bits to get the same cpu on which exchange in fcoe_rcv()
1385 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
1390 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()