Searched refs:fc_cpu_mask (Results 1 – 3 of 3) sorted by relevance
26 u16 fc_cpu_mask; /* cpu mask for possible cpus */ variable27 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()2694 fc_cpu_mask = (1 << fc_cpu_order) - 1; in fc_setup_exch_mgr()
374 extern u16 fc_cpu_mask; /* cpu mask for possible cpus */
1405 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()1410 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()