Lines Matching defs:phys_id
10838 * @phys_id: CPU package physical id
10843 uint16_t phys_id, uint16_t core_id)
10851 if ((cpup->phys_id == phys_id) &&
10899 cpup->phys_id = LPFC_VECTOR_MAP_EMPTY;
10964 cpup->phys_id = cpuinfo->phys_proc_id;
10966 if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id))
10970 cpup->phys_id = 0;
10976 cpu, cpup->phys_id, cpup->core_id, cpup->flag);
10978 if (cpup->phys_id > max_phys_id)
10979 max_phys_id = cpup->phys_id;
10980 if (cpup->phys_id < min_phys_id)
10981 min_phys_id = cpup->phys_id;
10992 * entries to a IRQ on the same phys_id.
11006 * phys_id as cpup. start_cpu will start where we
11015 (new_cpup->phys_id == cpup->phys_id))
11025 /* We found a matching phys_id, so copy the IRQ info */
11039 "phys_id (%d)\n",
11041 cpup->phys_id);
11045 /* Set any unassigned cpu map entries to a IRQ on any phys_id */
11056 /* If so, find a new_cpup thats on ANY phys_id
11094 new_cpup->phys_id, new_cpup->core_id);
11115 cpu, cpup->phys_id, cpup->core_id,
11148 * and pick one that has its IRQ/EQ mapped to the same phys_id
11155 new_cpup->phys_id == cpup->phys_id &&
11164 /* If we can't match both phys_id and core_id,
11165 * settle for just a phys_id match.
11171 new_cpup->phys_id == cpup->phys_id)
11193 cpu, cpup->phys_id, cpup->core_id,