Home
last modified time | relevance | path

Searched refs:node_id (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dplatform_ps3.c177 uint64_t ticks, node_id, junk; in ps3_timebase_freq() local
180 lv1_repository_string("be") >> 32, 0, 0, 0, &node_id, &junk); in ps3_timebase_freq()
182 lv1_repository_string("be") >> 32, node_id, in ps3_timebase_freq()
/freebsd/usr.bin/netstat/
H A Dnetgraph.c124 if (ngpcb.node_id == 0 || csock == -1) in netgraphprotopr()
126 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id); in netgraphprotopr()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.h634 U16 *node_id
640 U16 node_id
645 U16 node_id
H A Dscic_sds_controller.c3526 U16 * node_id in scic_sds_controller_allocate_remote_node_context() argument
3540 *node_id = node_index; in scic_sds_controller_allocate_remote_node_context()
3562 U16 node_id in scic_sds_controller_free_remote_node_context() argument
3567 if (this_controller->device_table[node_id] == the_device) in scic_sds_controller_free_remote_node_context()
3569 this_controller->device_table[node_id] = SCI_INVALID_HANDLE; in scic_sds_controller_free_remote_node_context()
3572 &this_controller->available_remote_nodes, remote_node_count, node_id in scic_sds_controller_free_remote_node_context()
3588 U16 node_id in scic_sds_controller_get_remote_node_context_buffer() argument
3592 (node_id < this_controller->remote_node_entries) in scic_sds_controller_get_remote_node_context_buffer()
3593 && (this_controller->device_table[node_id] != SCI_INVALID_HANDLE) in scic_sds_controller_get_remote_node_context_buffer()
3596 return &this_controller->remote_node_context_table[node_id]; in scic_sds_controller_get_remote_node_context_buffer()
/freebsd/sys/netgraph/
H A Dng_socketvar.h51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */ member
H A Dng_socket.c583 pcbp->node_id = node->nd_ID; /* hint for netstat(1) */ in ng_attach_cntl()
654 pcbp->node_id = 0; in ng_detach_common()
746 pcbp->node_id = priv->node->nd_ID; /* hint for netstat(1) */ in ng_connect_data()
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h528 blk_generic_alloc_queue(make_request_fn make_request, int node_id) in blk_generic_alloc_queue() argument
531 return (blk_alloc_queue(make_request, node_id)); in blk_generic_alloc_queue()
533 return (blk_alloc_queue_rh(make_request, node_id)); in blk_generic_alloc_queue()
/freebsd/sys/x86/x86/
H A Dmp_x86.c535 int node_id; in topo_probe() local
648 node_id = acpi_pxm_get_cpu_locality(i); in topo_probe()
651 node_id = i >> topo_layers[layer].id_shift; in topo_probe()
652 parent = topo_add_node_by_hwid(parent, node_id, in topo_probe()
662 node_id = acpi_pxm_get_cpu_locality(boot_cpu_id); in topo_probe()
665 node_id = boot_cpu_id >> topo_layers[layer].id_shift; in topo_probe()
666 node = topo_find_node_by_hwid(parent, node_id, in topo_probe()
/freebsd/sys/dev/firewire/
H A D00README83 You have to determine target node_id manually at this point.
87 # sysctl kern.firewire.fwmem_node=[node_id]
H A Dfwohci.c1819 uint32_t node_id, plen; local
1879 node_id = OREAD(sc, FWOHCI_NODEID);
1882 fc->nodeid = node_id & 0x3f;
1885 if (!(node_id & OHCI_NODE_VALID)) {
1894 if ((node_id & OHCI_NODE_ROOT) && !nocyclemaster) {
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h111 alloc_pages_node(int node_id, gfp_t flags, unsigned int order) in alloc_pages_node() argument
/freebsd/sys/dev/qat/include/common/
H A Dadf_cfg_common.h118 u32 node_id; member
/freebsd/sys/arm64/arm64/
H A Dcmn600.c435 cmn600_find_node(struct cmn600_softc *sc, int node_id, int type, in cmn600_find_node() argument
458 xp_xy = node_id >> NODE_ID_X2B_SHIFT; in cmn600_find_node()
472 if (child->nd_id == node_id && child->nd_type == type) { in cmn600_find_node()
/freebsd/sys/dev/irdma/
H A Dirdma_protos.h93 void irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id);
H A Dirdma_utils.c2154 u32 node_id; in irdma_alloc_ws_node_id() local
2157 &node_id, &next)) in irdma_alloc_ws_node_id()
2160 return (u16)node_id; in irdma_alloc_ws_node_id()
2169 irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id) in irdma_free_ws_node_id() argument
2173 irdma_free_rsrc(rf, rf->allocated_ws_nodes, (u32)node_id); in irdma_free_ws_node_id()
/freebsd/sys/dev/ocs_fc/
H A Docs.h63 uint32_t node_id; member
H A Docs_cam.c1021 tgt->node_id = node->instance_index; in ocs_update_tgt()
1881 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id); in ocs_initiator_io()
2373 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id); in ocs_action()
2756 node = ocs_node_get_instance(ocs, fcp->tgt[accb->ccb_h.target_id].node_id); in ocs_abort_initiator_io()
/freebsd/sys/dev/vnic/
H A Dnic.h381 uint8_t node_id; member
H A Dnic_main.c464 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
H A Dnicvf_main.c919 nic->node = mbx.nic_cfg.node_id; in nicvf_handle_mbx_intr()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c163 dev_info->node_id = accel_dev->accel_pci_dev.node; in adf_ctl_ioctl_get_status()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.h997 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2677 __be32 node_id; member
2857 __be16 node_id; member