Searched refs:fc_cpu_mask (Results 1 – 3 of 3) sorted by relevance
39 u16 fc_cpu_mask; /* cpu mask for possible cpus */ variable40 EXPORT_SYMBOL(fc_cpu_mask);940 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()2470 (min_xid & fc_cpu_mask) != 0) { in fc_exch_mgr_alloc()2491 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()2492 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()2497 (fc_cpu_mask + 1); in fc_exch_mgr_alloc()2690 fc_cpu_mask = (1 << fc_cpu_order) - 1; in fc_setup_exch_mgr()
377 extern u16 fc_cpu_mask; /* cpu mask for possible cpus */
1413 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()1418 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()