Lines Matching defs:collections
89 * top-level MSI domain, the command queue, the collections, and the
106 struct its_collection *collections;
242 return its->collections + its_dev->event_map.col_map[event];
331 if (valid_col(its->collections + vpe->col_idx))
1305 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx];
1321 desc.its_vmovp_cmd.col = &its->collections[col_id];
1347 desc.its_vmovp_cmd.col = &its->collections[col_id];
1698 target_col = &its_dev->its->collections[cpu];
2968 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections),
2970 if (!its->collections)
2974 its->collections[i].target_address = ~0ULL;
3233 /* avoid cross node collections and its mapping */
3260 its->collections[cpu].target_address = target;
3261 its->collections[cpu].col_id = cpu;
3263 its_send_mapc(its, &its->collections[cpu], 1);
3264 its_send_invall(its, &its->collections[cpu]);
3817 target_col = &vpe_proxy.dev->its->collections[to];
4945 if (its->collections[smp_processor_id()].col_id <