/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | numa.c | 128 u64 node_id, node_psize, start_pfn, end_pfn, mem_start, mem_size; in szmem() local 132 node_id = loongson_memmap->map[i].node_id; in szmem() 133 if (node_id != node) in szmem() 142 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; in szmem() 147 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 150 add_memory_region((node_id << 44) + mem_start, in szmem() 156 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; in szmem() 161 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 164 add_memory_region((node_id << 44) + mem_start, in szmem() 171 (u32)node_id, mem_type, mem_start, mem_size); in szmem() [all …]
|
D | irq.c | 59 int node_id = cpu_logical_map(cpu) / loongson_sysconf.cores_per_node; in mask_loongson_irq() local 61 u64 intenclr_addr = smp_group[node_id] | in mask_loongson_irq() 63 u64 introuter_lpc_addr = smp_group[node_id] | in mask_loongson_irq() 76 int node_id = cpu_logical_map(cpu) / loongson_sysconf.cores_per_node; in unmask_loongson_irq() local 78 u64 intenset_addr = smp_group[node_id] | in unmask_loongson_irq() 80 u64 introuter_lpc_addr = smp_group[node_id] | in unmask_loongson_irq()
|
/linux-4.4.14/drivers/acpi/ |
D | glue.c | 155 static void acpi_physnode_link_name(char *buf, unsigned int node_id) in acpi_physnode_link_name() argument 157 if (node_id > 0) in acpi_physnode_link_name() 159 PHYSICAL_NODE_STRING "%u", node_id); in acpi_physnode_link_name() 169 unsigned int node_id; in acpi_bind_one() local 199 node_id = 0; in acpi_bind_one() 214 if (pn->node_id == node_id) { in acpi_bind_one() 216 node_id++; in acpi_bind_one() 220 physical_node->node_id = node_id; in acpi_bind_one() 233 acpi_physnode_link_name(physical_node_name, node_id); in acpi_bind_one() 278 acpi_physnode_link_name(physnode_name, entry->node_id); in acpi_unbind_one()
|
/linux-4.4.14/arch/ia64/uv/kernel/ |
D | setup.c | 64 union uvh_node_id_u node_id; in uv_setup() local 72 node_id.v = 0; in uv_setup() 87 node_id.v = uv_read_local_mmr(UVH_NODE_ID); in uv_setup() 98 gnode_upper = (((unsigned long)node_id.s.node_id) & in uv_setup()
|
/linux-4.4.14/drivers/firewire/ |
D | sbp2.c | 171 int node_id; member 502 int node_id, int generation, u64 offset) in sbp2_send_orb() argument 520 node_id, generation, device->max_speed, offset, in sbp2_send_orb() 560 static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, in sbp2_send_management_orb() argument 617 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb() 664 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset() 686 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait() 802 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_set_busy_timeout() 817 int generation, node_id, local_node_id; in sbp2_login() local 824 node_id = device->node_id; in sbp2_login() [all …]
|
D | core-device.c | 251 device->node_id, in fw_device_enable_phys_dma() 499 TCODE_READ_QUADLET_REQUEST, device->node_id, in read_rom() 916 old->node_id = current_node->node_id; in lookup_existing_device() 964 device->node_id, generation, device->max_speed, in set_broadcast_channel() 983 device->node_id, generation, device->max_speed, in set_broadcast_channel() 1020 device->node_id, in fw_device_init() 1147 int ret, node_id = device->node_id; in fw_device_refresh() local 1205 if (node_id == card->root_node->node_id) in fw_device_refresh() 1246 device->node_id = node->node_id; in fw_node_event() 1276 device->node_id = node->node_id; in fw_node_event() [all …]
|
D | core-topology.c | 121 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid); in fw_node_create() 241 if (phy_id == (card->node_id & 0x3f)) in build_tree() 448 node0->node_id = node1->node_id; in update_tree() 506 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() 519 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument 539 card->node_id = node_id; in fw_core_handle_bus_reset()
|
D | core.h | 88 int node_id, int generation); 176 u16 node_id; member 211 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, 251 int node_id, int generation, int gap_count);
|
D | net.c | 182 int node_id; member 460 int node_id, int generation) in fwnet_peer_find_by_node_id() argument 465 if (peer->node_id == node_id && in fwnet_peer_find_by_node_id() 965 int node_id; in fwnet_send_packet() local 971 node_id = dev->card->node_id; in fwnet_send_packet() 984 put_unaligned_be32(node_id << 16 | IANA_SPECIFIER_ID >> 8, p); in fwnet_send_packet() 1287 dest_node = peer->node_id; in fwnet_tx() 1419 peer->node_id = device->node_id; in fwnet_add_peer() 1530 peer->node_id = device->node_id; in fwnet_update()
|
D | core-transaction.c | 74 #define PHY_CONFIG_ROOT_ID(node_id) ((((node_id) & 0x3f) << 24) | (1 << 23)) argument 372 t->node_id = destination_id; in fw_send_request() 382 destination_id, card->node_id, generation, in fw_send_request() 456 int node_id, int generation, int gap_count) in fw_send_phy_config() argument 461 if (node_id != FW_PHY_CONFIG_NO_NODE_ID) in fw_send_phy_config() 462 data |= PHY_CONFIG_ROOT_ID(node_id); in fw_send_phy_config() 954 if (t->node_id == source && t->tlabel == tlabel) { in fw_core_handle_response()
|
D | core-card.c | 338 root_id = root_node->node_id; in bm_work() 339 irm_id = card->irm_node->node_id; in bm_work() 340 local_id = card->local_node->node_id; in bm_work() 621 int node_id, int generation) in dummy_enable_phys_dma() argument
|
D | core-cdev.c | 361 event->node_id = client->device->node_id; in fill_bus_reset_event() 362 event->local_node_id = card->local_node->node_id; in fill_bus_reset_event() 364 event->irm_node_id = card->irm_node->node_id; in fill_bus_reset_event() 365 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event() 654 return init_request(client, &arg->send_request, client->device->node_id, in ioctl_send_request()
|
D | core-iso.c | 371 irm_id = card->irm_node->node_id; in fw_iso_resource_manage()
|
D | ohci.c | 195 int node_id; member 436 self_id_count, generation, ohci->node_id); in log_selfids() 1646 if (HEADER_GET_DESTINATION(packet->header[0]) == ctx->ohci->node_id && in at_context_transmit() 1906 ohci->node_id = reg & (OHCI1394_NodeID_busNumber | in bus_reset_work() 2065 fw_core_handle_bus_reset(&ohci->card, ohci->node_id, generation, in bus_reset_work() 2581 int node_id, int generation) in ohci_enable_phys_dma() argument 2607 n = (node_id & 0xffc0) == LOCAL_BUS ? node_id & 0x3f : 63; in ohci_enable_phys_dma()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_nm.c | 181 void scif_disconnect_node(u32 node_id, bool mgmt_initiated) in scif_disconnect_node() argument 186 struct scif_dev *scifdev = &scif_dev[node_id]; in scif_disconnect_node() 188 if (!node_id) in scif_disconnect_node() 195 if (i == node_id) in scif_disconnect_node() 197 ret = scif_send_rmnode_msg(i, node_id); in scif_disconnect_node() 214 ret = scif_send_rmnode_msg(SCIF_MGMT_NODE, node_id); in scif_disconnect_node()
|
D | scif_main.h | 278 void scif_disconnect_node(u32 node_id, bool mgmt_initiated);
|
/linux-4.4.14/arch/mips/loongson64/common/ |
D | mem.c | 62 u32 node_id; in prom_init_memory() local 67 node_id = loongson_memmap->map[i].node_id; in prom_init_memory() 70 if (node_id == 0) { in prom_init_memory()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-messages.c | 333 union skl_connector_node_id node_id = {0}; in skl_setup_cpr_gateway_cfg() local 339 node_id.node.dma_type = in skl_setup_cpr_gateway_cfg() 343 node_id.node.vindex = params->host_dma_id + in skl_setup_cpr_gateway_cfg() 348 node_id.node.dma_type = in skl_setup_cpr_gateway_cfg() 354 node_id.node.vindex = ssp_node.val; in skl_setup_cpr_gateway_cfg() 358 node_id.node.dma_type = SKL_DMA_DMIC_LINK_INPUT_CLASS; in skl_setup_cpr_gateway_cfg() 359 node_id.node.vindex = mconfig->vbus_id + in skl_setup_cpr_gateway_cfg() 364 node_id.node.dma_type = in skl_setup_cpr_gateway_cfg() 368 node_id.node.vindex = params->link_dma_id; in skl_setup_cpr_gateway_cfg() 372 node_id.node.dma_type = in skl_setup_cpr_gateway_cfg() [all …]
|
D | skl-topology.h | 112 u32 node_id; member
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spider-pic.c | 67 unsigned int node_id; member 157 (pic->node_id << 4) | 0xe); in spider_set_irq_type() 272 pic->node_id = (*tmp) >> 1; in spider_find_cascade_and_node() 281 (pic->node_id << IIC_IRQ_NODE_SHIFT) | in spider_find_cascade_and_node() 327 pic->node_id, addr, of_node->full_name); in spider_init_one()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | rio.h | 20 u8 node_id; /* Scalability Node ID */ member 35 u8 node_id; /* RIO Node ID */ member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | topology.h | 17 unsigned short node_id; member 64 return per_cpu(cpu_topology, cpu).node_id; in cpu_to_node()
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_device.c | 294 u8 node_id; in mic_driver_init() local 316 node_id = ioread8(&bootparam->node_id); in mic_driver_init() 319 0, node_id, &mdrv->mdev.mmio, NULL, in mic_driver_init()
|
/linux-4.4.14/mm/ |
D | nobootmem.c | 325 ptr = __alloc_memory_core_early(pgdat->node_id, size, align, in ___alloc_bootmem_node_nopanic() 347 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic() 386 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node() 447 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
|
D | vmstat.c | 940 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in frag_show_print() 963 pgdat->node_id, in pagetypeinfo_showfree_print() 1026 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in pagetypeinfo_showblockcount_print() 1113 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in pagetypeinfo_showmixedcount_print() 1154 if (!node_state(pgdat->node_id, N_MEMORY)) in pagetypeinfo_show() 1209 seq_printf(m, "Node %d, zone %8s", pgdat->node_id, zone->name); in zoneinfo_show_print() 1597 pgdat->node_id, in unusable_show_print() 1622 if (!node_state(pgdat->node_id, N_MEMORY)) in unusable_show() 1659 pgdat->node_id, in extfrag_show_print()
|
D | mempool.c | 189 gfp_t gfp_mask, int node_id) in mempool_create_node() argument 192 pool = kzalloc_node(sizeof(*pool), gfp_mask, node_id); in mempool_create_node() 196 gfp_mask, node_id); in mempool_create_node()
|
D | bootmem.c | 742 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic() 781 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node() 793 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_high() 865 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
|
D | mmzone.c | 19 int nid = next_online_node(pgdat->node_id); in next_online_pgdat()
|
D | sparse.c | 337 return memblock_virt_alloc_node_nopanic(size, pgdat->node_id); in sparse_early_usemaps_alloc_pgdat_section() 707 ret = sparse_index_init(section_nr, pgdat->node_id); in sparse_add_one_section() 710 memmap = kmalloc_section_memmap(section_nr, pgdat->node_id); in sparse_add_one_section()
|
D | vmscan.c | 1694 trace_mm_vmscan_lru_shrink_inactive(zone->zone_pgdat->node_id, in shrink_inactive_list() 3366 trace_mm_vmscan_kswapd_sleep(pgdat->node_id); in kswapd_try_to_sleep() 3424 const struct cpumask *cpumask = cpumask_of_node(pgdat->node_id); in kswapd() 3494 trace_mm_vmscan_kswapd_wake(pgdat->node_id, order); in kswapd() 3530 trace_mm_vmscan_wakeup_kswapd(pgdat->node_id, zone_idx(zone), order); in wakeup_kswapd() 3588 mask = cpumask_of_node(pgdat->node_id); in cpu_callback() 3771 int node_id; in zone_reclaim() local 3803 node_id = zone_to_nid(zone); in zone_reclaim() 3804 if (node_state(node_id, N_CPU) && node_id != numa_node_id()) in zone_reclaim()
|
D | memory_hotplug.c | 248 int node = pgdat->node_id; in register_page_bootmem_info_node() 329 int nid = zone->zone_pgdat->node_id; in fix_zone_id() 447 int nid = pgdat->node_id; in __add_zone() 660 int nid = pgdat->node_id; in shrink_pgdat_span() 1929 if (cpu_to_node(cpu) == pgdat->node_id) in check_cpu_on_node() 1946 if (cpu_to_node(cpu) == pgdat->node_id) in unmap_cpu_on_node()
|
D | page_alloc.c | 1142 int nid = pgdat->node_id; in deferred_init_memmap() 1150 const struct cpumask *cpumask = cpumask_of_node(pgdat->node_id); in deferred_init_memmap() 4185 local_node = pgdat->node_id; in build_zonelists() 4251 local_node = pgdat->node_id; in build_zonelists() 4317 if (self && !node_online(self->node_id)) { in __build_all_zonelists() 4729 alloc_size, zone->zone_pgdat->node_id); in zone_wait_table_init() 4782 pgdat->node_id, in init_currently_empty_zone() 5073 size = zone_spanned_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 5077 real_size = size - zone_absent_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 5089 printk(KERN_DEBUG "On node %d totalpages: %lu\n", pgdat->node_id, in calculate_node_totalpages() [all …]
|
D | page_owner.c | 272 pgdat->node_id, zone->name, count); in init_pages_in_zone()
|
D | migrate.c | 1617 trace_mm_numa_migrate_ratelimit(current, pgdat->node_id, in numamigrate_update_ratelimit()
|
/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 70 static void pin_core_to_node(int core_id, int node_id) in pin_core_to_node() argument 73 emu_cores->per_node[node_id]++; in pin_core_to_node() 74 emu_cores->to_node_id[core_id] = node_id; in pin_core_to_node() 77 WARN_ON(emu_cores->to_node_id[core_id] != node_id); in pin_core_to_node() 372 top->node_id = core_node(core)->id; in topology_add_core()
|
D | numa.c | 119 NODE_DATA(nid)->node_id = nid; in numa_setup_memory()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 93 union uvh_node_id_u node_id; in early_get_pnodeid() local 98 node_id.v = uv_early_read_mmr(UVH_NODE_ID); in early_get_pnodeid() 100 uv_min_hub_revision_id = node_id.s.revision; in early_get_pnodeid() 102 switch (node_id.s.part_number) { in early_get_pnodeid() 114 pnode = (node_id.s.node_id >> 1) & ((1 << m_n_config.s.n_skt) - 1); in early_get_pnodeid() 875 union uvh_node_id_u node_id; in uv_system_init() local 902 node_id.v = uv_read_local_mmr(UVH_NODE_ID); in uv_system_init() 903 gnode_extra = (node_id.s.node_id & ~((1 << n_val) - 1)) >> 1; in uv_system_init()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | repository.c | 1006 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id) in ps3_repository_read_be_node_id() argument 1013 node_id, NULL); in ps3_repository_read_be_node_id() 1022 int ps3_repository_read_be_id(u64 node_id, u64 *be_id) in ps3_repository_read_be_id() argument 1026 node_id, in ps3_repository_read_be_id() 1032 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq) in ps3_repository_read_tb_freq() argument 1036 node_id, in ps3_repository_read_tb_freq() 1045 u64 node_id; in ps3_repository_read_be_tb_freq() local 1048 result = ps3_repository_read_be_node_id(be_index, &node_id); in ps3_repository_read_be_tb_freq() 1050 : ps3_repository_read_tb_freq(node_id, tb_freq); in ps3_repository_read_be_tb_freq() 1057 u64 node_id; in ps3_repository_read_lpm_privileges() local [all …]
|
D | platform.h | 224 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id); 225 int ps3_repository_read_be_id(u64 node_id, u64 *be_id); 226 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq);
|
D | device-init.c | 53 result = ps3_repository_read_be_node_id(0, &dev->lpm.node_id); in ps3_register_lpm_devices() 61 result = ps3_repository_read_lpm_privileges(dev->lpm.node_id, &tmp1, in ps3_register_lpm_devices()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-transaction.c | 81 data[0] = cpu_to_be32((device->card->node_id << 16) | in snd_dg00x_transaction_reregister() 91 data[0] = cpu_to_be32((device->card->node_id << 16) | in snd_dg00x_transaction_reregister()
|
/linux-4.4.14/sound/firewire/ |
D | lib.c | 47 device->node_id, generation, in snd_fw_transaction() 161 port->parent->node_id, generation, in midi_port_work()
|
D | fcp.c | 352 if (device->node_id != source) in fcp_response()
|
D | scs1x.c | 223 dev->node_id, generation, dev->max_speed, in scs_output_tasklet()
|
D | amdtp-stream.c | 815 (fw_parent_device(s->unit)->card->node_id << CIP_SID_SHIFT) & in amdtp_stream_update()
|
/linux-4.4.14/drivers/edac/ |
D | amd64_edac.c | 295 u8 node_id; in find_mc_by_sys_addr() local 312 for (node_id = 0; node_id < DRAM_RANGES; node_id++) { in find_mc_by_sys_addr() 313 if (base_limit_match(pvt, sys_addr, node_id)) in find_mc_by_sys_addr() 328 for (node_id = 0; ; ) { in find_mc_by_sys_addr() 329 if ((dram_intlv_sel(pvt, node_id) & intlv_en) == bits) in find_mc_by_sys_addr() 332 if (++node_id >= DRAM_RANGES) in find_mc_by_sys_addr() 337 if (unlikely(!base_limit_match(pvt, sys_addr, node_id))) { in find_mc_by_sys_addr() 340 __func__, sys_addr, node_id); in find_mc_by_sys_addr() 345 return edac_mc_find((int)node_id); in find_mc_by_sys_addr() 1612 u8 node_id = dram_dst_node(pvt, range); in f1x_match_to_this_node() local [all …]
|
D | mce_amd.c | 11 static void (*nb_bus_decoder)(int node_id, struct mce *m); 591 int node_id = amd_get_nb_id(m->extcpu); in decode_mc4_mce() local 596 pr_emerg(HW_ERR "MC4 Error (node %d): ", node_id); in decode_mc4_mce() 610 nb_bus_decoder(node_id, m); in decode_mc4_mce()
|
D | sb_edac.c | 305 u8 node_id, source_id; member 945 pvt->sbridge_dev->node_id = pvt->info.get_node_id(pvt); in get_dimm_config() 948 pvt->sbridge_dev->node_id, in get_dimm_config() 1192 static struct mem_ctl_info *get_mci_for_node_id(u8 node_id) in get_mci_for_node_id() argument 1197 if (sbridge_dev->node_id == node_id) in get_mci_for_node_id()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-hw.c | 794 unsigned int node_id; in bdisp_hw_update() local 816 for (node_id = 0; node_id < MAX_NB_NODE - 1; node_id++) { in bdisp_hw_update() 817 if (!ctx->node[node_id]->nip) in bdisp_hw_update() 820 writel(ctx->node_paddr[node_id], bdisp->regs + BLT_AQ1_LNA); in bdisp_hw_update()
|
/linux-4.4.14/drivers/target/sbp/ |
D | sbp_target.c | 412 sess->node_id = req->node_addr; in sbp_management_request_login() 486 sess->node_id, sess->generation, sess->speed, in sbp_management_request_login() 569 login->sess->node_id = req->node_addr; in sbp_management_request_reconnect() 603 if (req->node_addr != login->sess->node_id) { in sbp_management_request_logout() 640 sess->node_id = -1; in session_check_for_reset() 683 if (sess->node_id != -1) { in session_maintenance_work() 838 sess_node = sess->node_id; in tgt_agent_rw() 972 sess->node_id, sess->generation, sess->speed, in tgt_agent_fetch_work() 1106 int node_id, generation, speed, ret; in sbp_run_request_transaction() local 1110 node_id = sess->node_id; in sbp_run_request_transaction() [all …]
|
D | sbp_target.h | 144 int node_id; /* login_owner_ID */ member
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 22 u32 node_id; /* node_id which memory attached to */ member 101 u32 node_id; /* node id: 0x0-0; 0x1-1; 0x10-2; 0x11-3 */ member
|
/linux-4.4.14/include/linux/ |
D | firewire.h | 88 int node_id; member 185 int node_id; member 316 int node_id; /* The generation is implied; it is always the current. */ member
|
D | mmzone.h | 667 int node_id; member 769 int local_memory_node(int node_id); 771 static inline int local_memory_node(int node_id) { return node_id; }; in local_memory_node() argument
|
D | genhd.h | 215 int node_id; member 419 GFP_KERNEL, disk->node_id); in alloc_part_info() 631 extern struct gendisk *alloc_disk_node(int minors, int node_id);
|
D | cpu.h | 25 int node_id; /* The node which contains the CPU */ member
|
D | blkdev.h | 957 spinlock_t *lock, int node_id);
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_init.c | 169 int node_id) in qib_create_ctxtdata() argument 174 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, node_id); in qib_create_ctxtdata() 177 rcd->node_id = node_id; in qib_create_ctxtdata() 186 GFP_KERNEL, node_id); in qib_create_ctxtdata() 1607 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_create_rcvhdrq() 1627 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_create_rcvhdrq() 1695 GFP_KERNEL, rcd->node_id); in qib_setup_eagerbufs() 1702 GFP_KERNEL, rcd->node_id); in qib_setup_eagerbufs() 1711 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_setup_eagerbufs()
|
D | qib.h | 163 int node_id; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | amd.c | 303 u8 node_id; in amd_get_topology() local 312 node_id = ecx & 7; in amd_get_topology() 323 node_id = value & 7; in amd_get_topology() 337 per_cpu(cpu_llc_id, cpu) = node_id; in amd_get_topology()
|
/linux-4.4.14/drivers/s390/char/ |
D | vmur.c | 879 char node_id[16]; in ur_set_online() local 915 sprintf(node_id, "vmrdr-%s", dev_name(&cdev->dev)); in ur_set_online() 917 sprintf(node_id, "vmpun-%s", dev_name(&cdev->dev)); in ur_set_online() 919 sprintf(node_id, "vmprt-%s", dev_name(&cdev->dev)); in ur_set_online() 926 urd->char_device->dev, NULL, "%s", node_id); in ur_set_online()
|
/linux-4.4.14/arch/avr32/mm/ |
D | init.c | 92 pgdat->node_id, pgdat->node_mem_map); in paging_init()
|
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 357 __u8 node_id[6]; in set_ethernet_addr() local 360 get_registers(pegasus, 0x10, sizeof(node_id), node_id); in set_ethernet_addr() 362 get_node_id(pegasus, node_id); in set_ethernet_addr() 363 set_registers(pegasus, EthID, sizeof(node_id), node_id); in set_ethernet_addr() 365 memcpy(pegasus->net->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
|
D | rtl8150.c | 262 u8 node_id[6]; in set_ethernet_addr() local 264 get_registers(dev, IDR, sizeof(node_id), node_id); in set_ethernet_addr() 265 memcpy(dev->netdev->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
|
D | usbnet.c | 84 static u8 node_id [ETH_ALEN]; variable 1659 memcpy (net->dev_addr, node_id, sizeof node_id); in usbnet_probe() 1721 if (ether_addr_equal(net->dev_addr, node_id)) in usbnet_probe() 2252 eth_random_addr(node_id); in usbnet_init()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 185 if (device->node_id != source) in handle_resp_for_user() 213 if (device->node_id != source) in handle_resp_for_kernel()
|
/linux-4.4.14/include/uapi/linux/ |
D | mic_common.h | 88 __u8 node_id; member
|
D | kfd_ioctl.h | 179 uint32_t node_id; /* to KFD - only valid for certain member
|
D | firewire-cdev.h | 88 __u32 node_id; member
|
/linux-4.4.14/drivers/scsi/isci/ |
D | host.h | 455 u16 *node_id); 459 u16 node_id);
|
D | host.c | 2497 u16 *node_id) in sci_controller_allocate_remote_node_context() argument 2509 *node_id = node_index; in sci_controller_allocate_remote_node_context() 2519 u16 node_id) in sci_controller_free_remote_node_context() argument 2523 if (ihost->device_table[node_id] == idev) { in sci_controller_free_remote_node_context() 2524 ihost->device_table[node_id] = NULL; in sci_controller_free_remote_node_context() 2527 &ihost->available_remote_nodes, remote_node_count, node_id in sci_controller_free_remote_node_context()
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 1465 unsigned long node_id:14; /* RW */ member 1995 unsigned long node_id:14; /* RW */ member 2090 unsigned long node_id:15; /* RW */ member 2098 unsigned long node_id:15; /* RW */ member 2110 unsigned long node_id:15; /* RW */ member 2121 unsigned long node_id:15; /* RW */ member 2132 unsigned long node_id:15; /* RW */ member
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 204 static u32 get_nbc_for_node(int node_id) in get_nbc_for_node() argument 211 return cores_per_node * node_id; in get_nbc_for_node()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-transaction.c | 249 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in register_notification_address() 297 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in unregister_notification_address()
|
/linux-4.4.14/drivers/ps3/ |
D | ps3-lpm.c | 132 u64 node_id; member 1135 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0, in ps3_lpm_open() 1204 lpm_priv->node_id = dev->lpm.node_id; in ps3_lpm_probe()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-fw.c | 44 rcode = fw_run_transaction(device->card, tcode, device->node_id, in node_req() 218 device->node_id == source && in handle_fcp()
|
/linux-4.4.14/drivers/base/ |
D | cpu.c | 41 cpu->node_id = to_nid; in change_cpu_under_node() 359 cpu->node_id = cpu_to_node(num); in register_cpu()
|
D | memory.c | 695 static int remove_memory_block(unsigned long node_id, in remove_memory_block() argument
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.h | 80 int node_id; member
|
D | fwserial.c | 258 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_data_async() 277 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_txn_async() 1467 seq_printf(m, " node:%04x gen:%d", peer->node_id, generation); in fwtty_debugfs_show_peer() 1723 peer->node_id, in fwserial_send_mgmt_sync() 1998 if (generation == g && id == peer->node_id) in __fwserial_peer_by_node_id() 2020 g, peer->node_id, (unsigned long long) peer->guid); in __dump_peer_list() 2084 peer->node_id = parent->node_id; in fwserial_add_peer() 2453 peer->node_id = parent->node_id; in fwserial_update()
|
/linux-4.4.14/block/ |
D | genhd.c | 1094 new_ptbl = kzalloc_node(size, GFP_KERNEL, disk->node_id); in disk_expand_part_tbl() 1261 struct gendisk *alloc_disk_node(int minors, int node_id) in alloc_disk_node() argument 1265 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in alloc_disk_node() 1271 disk->node_id = node_id; in alloc_disk_node()
|
D | blk-core.c | 683 struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) in blk_alloc_queue_node() argument 689 gfp_mask | __GFP_ZERO, node_id); in blk_alloc_queue_node() 705 q->node = node_id; in blk_alloc_queue_node() 812 blk_init_queue_node(request_fn_proc *rfn, spinlock_t *lock, int node_id) in blk_init_queue_node() argument 816 uninit_q = blk_alloc_queue_node(GFP_KERNEL, node_id); in blk_init_queue_node()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 438 uint16_t node_id; in kfd_parse_crat_table() local 452 for (node_id = 0; node_id < num_nodes; node_id++) { in kfd_parse_crat_table()
|
D | kfd_priv.h | 729 uint32_t event_type, bool auto_reset, uint32_t node_id,
|
D | kfd_events.c | 408 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create() argument
|
D | kfd_chardev.c | 822 args->auto_reset != 0, args->node_id, in kfd_ioctl_create_event()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-transaction.c | 244 reg = cpu_to_be32((device->card->node_id << 16) | in snd_tscm_transaction_reregister()
|
/linux-4.4.14/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 79 static int fmvj18x_get_hwinfo(struct pcmcia_device *link, u_char *node_id); 538 static int fmvj18x_get_hwinfo(struct pcmcia_device *link, u_char *node_id) in fmvj18x_get_hwinfo() argument 571 node_id[j] = readb(base+(i+7)*2); in fmvj18x_get_hwinfo()
|
/linux-4.4.14/include/acpi/ |
D | actbl3.h | 393 u16 node_id; member
|
D | acpi_bus.h | 335 unsigned int node_id; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ps3.h | 371 u64 node_id; member
|
/linux-4.4.14/arch/ia64/include/asm/uv/ |
D | uv_mmrs.h | 472 unsigned long node_id : 15; /* RW */ member
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 354 u8 node_id; member
|
D | nic_main.c | 161 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
|
D | nicvf_main.c | 200 nic->node = mbx.nic_cfg.node_id; in nicvf_handle_mbx_intr()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp.h | 117 u8 node_id; member
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_debugfs.c | 119 bootparam->node_id); in mic_dp_show()
|
D | mic_boot.c | 280 bootparam->node_id = mdev->id + 1; in mic_bootparam_init()
|
/linux-4.4.14/arch/ia64/mm/ |
D | init.c | 707 int nid = pgdat->node_id; in show_mem()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_maudio.c | 122 device->node_id, device->generation, in snd_bebob_maudio_load_firmware()
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 699 int nid = z->zone_pgdat->node_id; in set_non_bootmem_pages_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 949 NODE_DATA(nid)->node_id = nid; in setup_node_data()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 1398 VMCOREINFO_OFFSET(pglist_data, node_id); in crash_save_vmcoreinfo_init()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 874 NODE_DATA(nid)->node_id = nid; in allocate_node_data()
|