Searched refs:fc_cpu_mask (Results 1 – 3 of 3) sorted by relevance
27 u16 fc_cpu_mask; /* cpu mask for possible cpus */ variable28 EXPORT_SYMBOL(fc_cpu_mask);928 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()2458 (min_xid & fc_cpu_mask) != 0) { in fc_exch_mgr_alloc()2479 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()2480 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()2485 (fc_cpu_mask + 1); in fc_exch_mgr_alloc()2678 fc_cpu_mask = (1 << fc_cpu_order) - 1; in fc_setup_exch_mgr()
365 extern u16 fc_cpu_mask; /* cpu mask for possible cpus */
1406 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()