Lines Matching defs:dev_id
3279 static struct its_device *its_find_device(struct its_node *its, u32 dev_id)
3287 if (tmp->device_id == dev_id) {
3353 static bool its_alloc_device_table(struct its_node *its, u32 dev_id)
3361 return (ilog2(dev_id) < device_ids(its));
3363 return its_alloc_table_entry(its, baser, dev_id);
3408 static struct its_device *its_create_device(struct its_node *its, u32 dev_id,
3421 if (!its_alloc_device_table(its, dev_id))
3465 dev->device_id = dev_id;
3512 u32 dev_id;
3516 * We ignore "dev" entirely, and rely on the dev_id that has
3521 dev_id = info->scratchpad[0].ul;
3529 dev_id == vpe_proxy.dev->device_id) {
3532 dev_id);
3537 its_dev = its_find_device(its, dev_id);
3545 pr_debug("Reusing ITT for devID %x\n", dev_id);
3549 its_dev = its_create_device(its, dev_id, nvec, true);