Searched refs:node_id (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/netgraph/
H A Dng_socketvar.h51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */ member in struct:ngpcb
H A Dng_socket.c583 pcbp->node_id = node->nd_ID; /* hint for netstat(1) */
654 pcbp->node_id = 0;
746 pcbp->node_id = priv->node->nd_ID; /* hint for netstat(1) */
/freebsd-current/usr.bin/netstat/
H A Dnetgraph.c125 if (ngpcb.node_id == 0 || csock == -1)
127 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id);
/freebsd-current/sys/powerpc/ps3/
H A Dplatform_ps3.c177 uint64_t ticks, node_id, junk; local
180 lv1_repository_string("be") >> 32, 0, 0, 0, &node_id, &junk);
182 lv1_repository_string("be") >> 32, node_id,
/freebsd-current/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.c3516 * @param[out] node_id This is the remote node id that is assigned to the
3526 U16 * node_id
3540 *node_id = node_index;
3555 * @param[in] node_id
3562 U16 node_id
3567 if (this_controller->device_table[node_id] == the_device)
3569 this_controller->device_table[node_id] = SCI_INVALID_HANDLE;
3572 &this_controller->available_remote_nodes, remote_node_count, node_id
3582 * @param[in] node_id
3588 U16 node_id
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h111 alloc_pages_node(int node_id, gfp_t flags, unsigned int order) argument
/freebsd-current/sys/x86/x86/
H A Dmp_x86.c535 int node_id; local
648 node_id = acpi_pxm_get_cpu_locality(i);
651 node_id = i >> topo_layers[layer].id_shift;
652 parent = topo_add_node_by_hwid(parent, node_id,
662 node_id = acpi_pxm_get_cpu_locality(boot_cpu_id);
665 node_id = boot_cpu_id >> topo_layers[layer].id_shift;
666 node = topo_find_node_by_hwid(parent, node_id,
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h688 blk_generic_alloc_queue(make_request_fn make_request, int node_id) argument
691 return (blk_alloc_queue(make_request, node_id));
693 return (blk_alloc_queue_rh(make_request, node_id));
/freebsd-current/sys/dev/ocs_fc/
H A Docs.h63 uint32_t node_id; member in struct:ocs_fc_rport_db_s
H A Docs_cam.c1021 tgt->node_id = node->instance_index;
1881 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id);
2373 node = ocs_node_get_instance(ocs, fcp->tgt[ccb_h->target_id].node_id);
2756 node = ocs_node_get_instance(ocs, fcp->tgt[accb->ccb_h.target_id].node_id);
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_cfg_common.h118 u32 node_id; member in struct:adf_dev_status_info
/freebsd-current/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; local
2157 &node_id, &next))
2160 return (u16)node_id;
2166 * @node_id: Work scheduler node ID
2169 irdma_free_ws_node_id(struct irdma_sc_dev *dev, u16 node_id) argument
2173 irdma_free_rsrc(rf, rf->allocated_ws_nodes, (u32)node_id);
/freebsd-current/sys/dev/vnic/
H A Dnic.h381 uint8_t node_id; member in struct:nic_cfg_msg
H A Dnic_main.c464 mbx.nic_cfg.node_id = nic->node;
H A Dnicvf_main.c930 nic->node = mbx.nic_cfg.node_id;
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c163 dev_info->node_id = accel_dev->accel_pci_dev.node;
/freebsd-current/sys/arm64/arm64/
H A Dcmn600.c443 cmn600_find_node(struct cmn600_softc *sc, int node_id, int type, argument
466 xp_xy = node_id >> NODE_ID_X2B_SHIFT;
480 if (child->nd_id == node_id && child->nd_type == type) {
/freebsd-current/sys/dev/firewire/
H A Dfwohci.c1819 uint32_t node_id, plen; local
1879 node_id = OREAD(sc, FWOHCI_NODEID);
1882 fc->nodeid = node_id & 0x3f;
1883 device_printf(fc->dev, "%s: node_id=0x%08x, SelfID Count=%d, ",
1885 if (!(node_id & OHCI_NODE_VALID)) {
1894 if ((node_id & OHCI_NODE_ROOT) && !nocyclemaster) {
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac.h991 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2677 __be32 node_id; member in struct:fw_foiscsi_ctrl_wr
2857 __be16 node_id; member in struct:fw_foiscsi_chap_wr

Completed in 407 milliseconds