Lines Matching defs:phys_id
12336 * @phys_id: CPU package physical id
12341 uint16_t phys_id, uint16_t core_id)
12349 if ((cpup->phys_id == phys_id) &&
12397 cpup->phys_id = LPFC_VECTOR_MAP_EMPTY;
12462 cpup->phys_id = cpuinfo->phys_proc_id;
12464 if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id))
12468 cpup->phys_id = 0;
12474 cpu, cpup->phys_id, cpup->core_id, cpup->flag);
12476 if (cpup->phys_id > max_phys_id)
12477 max_phys_id = cpup->phys_id;
12478 if (cpup->phys_id < min_phys_id)
12479 min_phys_id = cpup->phys_id;
12490 * entries to a IRQ on the same phys_id.
12504 * phys_id as cpup. start_cpu will start where we
12513 (new_cpup->phys_id == cpup->phys_id))
12520 /* We found a matching phys_id, so copy the IRQ info */
12532 "phys_id (%d)\n",
12534 cpup->phys_id);
12538 /* Set any unassigned cpu map entries to a IRQ on any phys_id */
12549 /* If so, find a new_cpup thats on ANY phys_id
12582 new_cpup->phys_id, new_cpup->core_id);
12603 cpu, cpup->phys_id, cpup->core_id,
12636 * and pick one that has its IRQ/EQ mapped to the same phys_id
12643 new_cpup->phys_id == cpup->phys_id &&
12650 /* If we can't match both phys_id and core_id,
12651 * settle for just a phys_id match.
12657 new_cpup->phys_id == cpup->phys_id)
12674 cpu, cpup->phys_id, cpup->core_id,