Home
last modified time | relevance | path

Searched refs:node_id (Results 101 – 125 of 224) sorted by relevance

123456789

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_sdp.c101 req->info.node_id, req->info.max_vfs, req->info.num_pf_rings, in rvu_mbox_handler_set_sdp_chan_info()
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c112 node->node_id); in enqueue_ih_ring_entry()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.h146 u32 node_id; member
H A Dicp_qat_fw_init_admin.h92 __u16 node_id; member
/linux-6.15/drivers/ras/amd/atl/
H A Dumc.c392 u8 node_id = FIELD_GET(MCA_IPID_INST_ID_HI, err->ipid); in get_die_id() local
394 return node_id >> 2; in get_die_id()
/linux-6.15/drivers/net/phy/
H A Dphy.c698 } else if (plca_cfg->node_id >= 255) { in plca_check_valid()
752 if (curr_plca_cfg->node_id < 0 && plca_cfg->node_id >= 0) { in phy_ethtool_set_plca_cfg()
790 if (plca_cfg->node_id >= 0) in phy_ethtool_set_plca_cfg()
791 curr_plca_cfg->node_id = plca_cfg->node_id; in phy_ethtool_set_plca_cfg()
/linux-6.15/mm/
H A Dbootmem_info.c108 int node = pgdat->node_id; in register_page_bootmem_info_node()
H A Dshow_mem.c233 if (show_mem_node_skip(filter, pgdat->node_id, nodemask)) in show_free_areas()
265 pgdat->node_id, in show_free_areas()
/linux-6.15/net/tipc/
H A Dcore.h94 u8 node_id[NODE_ID_LEN]; member
H A Dudp_media.c674 u8 node_id[NODE_ID_LEN] = {0,}; in tipc_udp_enable() local
715 memcpy(node_id, local.ipv6.in6_u.u6_addr8, 16); in tipc_udp_enable()
716 tipc_net_init(net, node_id, 0); in tipc_udp_enable()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1377 int psp_xgmi_get_node_id(struct psp_context *psp, uint64_t *node_id) in psp_xgmi_get_node_id() argument
1392 *node_id = xgmi_cmd->xgmi_out_message.get_node_id.node_id; in psp_xgmi_get_node_id()
1418 uint64_t src_node_id = psp->adev->gmc.xgmi.node_id; in psp_xgmi_reflect_topology_info()
1419 uint64_t dst_node_id = node_info.node_id; in psp_xgmi_reflect_topology_info()
1431 if (mirror_adev->gmc.xgmi.node_id != dst_node_id) in psp_xgmi_reflect_topology_info()
1436 if (mirror_top_info->nodes[j].node_id != src_node_id) in psp_xgmi_reflect_topology_info()
1481 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id; in psp_xgmi_get_topology_info()
1502 topology->nodes[i].node_id = topology_info_output->nodes[i].node_id; in psp_xgmi_get_topology_info()
1534 link_extend_info_output->nodes[i].node_id = topology->nodes[i].node_id; in psp_xgmi_get_topology_info()
1542 link_info_output->nodes[i].node_id = topology->nodes[i].node_id; in psp_xgmi_get_topology_info()
[all …]
/linux-6.15/include/linux/
H A Dmempool.h43 gfp_t gfp_mask, int node_id);
H A Dmmzone.h1382 int node_id; member
1529 int local_memory_node(int node_id);
1531 static inline int local_memory_node(int node_id) { return node_id; }; in local_memory_node() argument
H A Dcpu.h28 int node_id; /* The node which contains the CPU */ member
/linux-6.15/include/uapi/linux/
H A Dtipc.h233 char node_id[TIPC_NODEID_LEN]; member
/linux-6.15/sound/firewire/motu/
H A Dmotu-transaction.c85 data = cpu_to_be32((device->card->node_id << 16) | in snd_motu_transaction_reregister()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_parser.h201 u16 node_id; /* Node ID of protocol in parse graph */
215 u16 node_id;
/linux-6.15/drivers/hwmon/
H A Dk10temp.c167 u16 node_id = amd_pci_dev_to_node_id(data->pdev); in read_ccd_temp_reg() local
169 return amd_smn_read(node_id, ZEN_CCD_TEMP(data->ccd_offset, ccd), regval); in read_ccd_temp_reg()
/linux-6.15/drivers/media/firewire/
H A Dfiredtv-fw.c45 rcode = fw_run_transaction(device->card, tcode, device->node_id, in node_req()
219 device->node_id == source && in handle_fcp()
/linux-6.15/drivers/net/usb/
H A Drtl8150.c267 u8 node_id[ETH_ALEN]; in set_ethernet_addr() local
270 ret = get_registers(dev, IDR, sizeof(node_id), node_id); in set_ethernet_addr()
273 eth_hw_addr_set(dev->netdev, node_id); in set_ethernet_addr()
/linux-6.15/drivers/infiniband/hw/irdma/
H A Dprotos.h41 void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
/linux-6.15/block/
H A Dgenhd.c1382 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, in __alloc_disk_node() argument
1387 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in __alloc_disk_node()
1394 disk->bdi = bdi_alloc(node_id); in __alloc_disk_node()
1405 disk->node_id = node_id; in __alloc_disk_node()
/linux-6.15/include/linux/firmware/qcom/
H A Dqcom_scm.h124 u64 limit_node, u32 node_id, u64 version);
/linux-6.15/drivers/target/sbp/
H A Dsbp_target.h145 int node_id; /* login_owner_ID */ member
/linux-6.15/drivers/scsi/elx/efct/
H A Defct_unsol.c22 efct_node_find(struct efct *efct, u32 port_id, u32 node_id) in efct_node_find() argument
25 u64 id = (u64)port_id << 32 | node_id; in efct_node_find()

123456789