Lines Matching defs:node
45 int node;
50 /* Each ciu3 in the system uses its own data (one ciu3 per node) */
83 int ciu_node; /* NUMA node number of the CIU */
1157 struct device_node *node,
1167 if (irq_domain_get_of_node(d) != node)
1194 node,
1206 struct device_node *node,
1901 struct device_node *node,
2171 struct device_node *node,
2344 struct device_node *node,
2557 ciu3_info->node);
2563 cd->ciu_node = ciu3_info->node;
2860 int node;
2867 node = 0; /* of_node_to_nid(ciu_node); */
2868 ciu3_info = kzalloc_node(sizeof(*ciu3_info), GFP_KERNEL, node);
2881 ciu3_info->node = node;
2891 if (node == cvmx_get_node_num()) {
2895 /* Only do per CPU things if it is the CIU of the boot node. */
2896 i = irq_alloc_descs_from(OCTEON_IRQ_MBOX0, 8, node);
2913 octeon_ciu3_info_per_node[node] = ciu3_info;
2915 if (node == cvmx_get_node_num()) {
2916 /* Only do per CPU things if it is the CIU of the boot node. */
2918 if (node == 0)
2982 struct irq_domain *octeon_irq_get_block_domain(int node, uint8_t block)
2986 ciu3_info = octeon_ciu3_info_per_node[node & CVMX_NODE_MASK];