Lines Matching defs:dev_id
3239 static struct its_device *its_find_device(struct its_node *its, u32 dev_id)
3247 if (tmp->device_id == dev_id) {
3313 static bool its_alloc_device_table(struct its_node *its, u32 dev_id)
3321 return (ilog2(dev_id) < device_ids(its));
3323 return its_alloc_table_entry(its, baser, dev_id);
3368 static struct its_device *its_create_device(struct its_node *its, u32 dev_id,
3381 if (!its_alloc_device_table(its, dev_id))
3425 dev->device_id = dev_id;
3472 u32 dev_id;
3476 * We ignore "dev" entirely, and rely on the dev_id that has
3481 dev_id = info->scratchpad[0].ul;
3489 dev_id == vpe_proxy.dev->device_id) {
3492 dev_id);
3497 its_dev = its_find_device(its, dev_id);
3505 pr_debug("Reusing ITT for devID %x\n", dev_id);
3509 its_dev = its_create_device(its, dev_id, nvec, true);