Lines Matching defs:collections
87 * top-level MSI domain, the command queue, the collections, and the
104 struct its_collection *collections;
235 return its->collections + its_dev->event_map.col_map[event];
324 if (valid_col(its->collections + vpe->col_idx))
1293 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx];
1309 desc.its_vmovp_cmd.col = &its->collections[col_id];
1335 desc.its_vmovp_cmd.col = &its->collections[col_id];
1684 target_col = &its_dev->its->collections[cpu];
2943 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections),
2945 if (!its->collections)
2949 its->collections[i].target_address = ~0ULL;
3193 /* avoid cross node collections and its mapping */
3220 its->collections[cpu].target_address = target;
3221 its->collections[cpu].col_id = cpu;
3223 its_send_mapc(its, &its->collections[cpu], 1);
3224 its_send_invall(its, &its->collections[cpu]);
3773 target_col = &vpe_proxy.dev->its->collections[to];
4839 if (its->collections[smp_processor_id()].col_id <