/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cavium-mdio.txt | 36 device, this PCI device is the nexus of the buses. 40 - compatible: "cavium,thunder-8890-mdio-nexus"; 42 - reg: The PCI device and function numbers of the nexus device. 54 mdio-nexus@1,3 { 55 compatible = "cavium,thunder-8890-mdio-nexus";
|
H A D | cavium-pip.txt | 1 * PIP Ethernet nexus. 3 The PIP Ethernet nexus can control several data packet input/output 9 Properties for the PIP nexus: 20 Properties for PIP interfaces which is a child the PIP nexus:
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_scsi_all.c | 116 hdr->nexus.initid, hdr->nexus.targ_port, in ctl_scsi_path_string() 117 hdr->nexus.targ_lun, hdr->nexus.targ_mapped_lun); in ctl_scsi_path_string()
|
H A D | ctl.c | 629 msg.hdr.nexus = io->io_hdr.nexus; in ctl_ha_datamove() 743 msg.hdr.nexus = io->io_hdr.nexus; in ctl_ha_done() 829 msg->hdr.nexus.targ_lun = lun->lun; in ctl_isc_announce_lun() 830 msg->hdr.nexus.targ_mapped_lun = lun->lun; in ctl_isc_announce_lun() 887 msg->hdr.nexus.targ_port = port->targ_port; in ctl_isc_announce_port() 949 msg->hdr.nexus.targ_port = port->targ_port; in ctl_isc_announce_iid() 950 msg->hdr.nexus.initid = iid; in ctl_isc_announce_iid() 986 msg->hdr.nexus.targ_port = initidx / CTL_MAX_INIT_PER_PORT; in ctl_isc_announce_mode() 987 msg->hdr.nexus.initid = initidx % CTL_MAX_INIT_PER_PORT; in ctl_isc_announce_mode() 988 msg->hdr.nexus.targ_lun = lun->lun; in ctl_isc_announce_mode() [all …]
|
H A D | ctl_frontend_cam_sim.c | 535 io->io_hdr.nexus.initid = 1; in cfcs_action() 536 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action() 537 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action() 625 io->io_hdr.nexus.initid = 1; in cfcs_action() 626 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action() 627 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action() 721 io->io_hdr.nexus.initid = 1; in cfcs_action() 722 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action() 723 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action()
|
H A D | ctl_tpc_local.c | 322 io->io_hdr.nexus.initid = 0; in tpcl_queue() 323 io->io_hdr.nexus.targ_port = tsoftc->port.targ_port; in tpcl_queue() 324 io->io_hdr.nexus.targ_lun = lun; in tpcl_queue()
|
H A D | ctl_io.h | 174 ctl_ports[(io)->io_hdr.nexus.targ_port]) 232 struct ctl_nexus nexus; /* Initiator, port, target, lun */ 501 struct ctl_nexus nexus; /* Initiator, port, target, lun */ 228 struct ctl_nexus nexus; /* Initiator, port, target, lun */ global() member 429 struct ctl_nexus nexus; /* Initiator, port, target, lun */ global() member
|
H A D | scsi_ctl.c | 1145 io->io_hdr.nexus.initid = atio->init_id; in ctlfedone() 1146 io->io_hdr.nexus.targ_port = bus_softc->port.targ_port; in ctlfedone() 1148 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in ctlfedone() 1151 io->io_hdr.nexus.targ_lun = atio->ccb_h.target_lun; in ctlfedone() 1186 io->io_hdr.nexus.initid, in ctlfedone() 1187 io->io_hdr.nexus.targ_port, in ctlfedone() 1188 io->io_hdr.nexus.targ_lun, in ctlfedone() 1417 io->io_hdr.nexus.initid = inot->initiator_id; in ctlfedone() 1418 io->io_hdr.nexus.targ_port = bus_softc->port.targ_port; in ctlfedone() 1420 io->io_hdr.nexus in ctlfedone() [all...] |
H A D | ctl_tpc.c | 536 ctl_get_initindex(&ctsio->io_hdr.nexus)); in ctl_receive_copy_status_lid1() 606 ctl_get_initindex(&ctsio->io_hdr.nexus)); in ctl_receive_copy_failure_details() 666 ctl_get_initindex(&ctsio->io_hdr.nexus)); in ctl_receive_copy_status_lid4() 737 ctl_get_initindex(&ctsio->io_hdr.nexus)); in ctl_copy_operation_abort() 1738 list->init_port = ctsio->io_hdr.nexus.targ_port; in ctl_extended_copy_lid1() 1739 list->init_idx = ctl_get_initindex(&ctsio->io_hdr.nexus); in ctl_extended_copy_lid1() 1892 list->init_port = ctsio->io_hdr.nexus.targ_port; in ctl_extended_copy_lid4() 1893 list->init_idx = ctl_get_initindex(&ctsio->io_hdr.nexus); in ctl_extended_copy_lid4() 2118 list->init_port = ctsio->io_hdr.nexus.targ_port; in ctl_populate_token() 2119 list->init_idx = ctl_get_initindex(&ctsio->io_hdr.nexus); in ctl_populate_token() [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 114 DEFINE_CLASS_0(nexus, nexus_driver, nexus_methods, 1); 115 EARLY_DRIVER_MODULE(nexus, root, nexus_driver, 0, 0, BUS_PASS_BUS); 116 MODULE_VERSION(nexus, 1);
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.c | 1212 io->io_hdr.nexus.targ_lun = lun; in cctl_sync_cache() 1213 io->io_hdr.nexus.initid = iid; in cctl_sync_cache() 1272 io->io_hdr.nexus.targ_lun = lun; in cctl_start_stop() 1273 io->io_hdr.nexus.initid = iid; in cctl_start_stop() 1437 io->io_hdr.nexus.targ_lun = lun; in cctl_mode_sense() 1438 io->io_hdr.nexus.initid = iid; in cctl_mode_sense() 1587 io->io_hdr.nexus.initid = iid; in cctl_read_capacity() 1588 io->io_hdr.nexus.targ_lun = lun; in cctl_read_capacity() 1776 io->io_hdr.nexus.targ_lun = lun; in cctl_read_write() 1777 io->io_hdr.nexus.initid = iid; in cctl_read_write() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | mfd.txt | 3 These devices comprise a nexus for heterogeneous hardware blocks containing 25 For more complex devices, when the nexus driver has to probe registers to
|
/freebsd/sys/dev/xen/pcifront/ |
H A D | pcifront.c | 252 device_t nexus; in pcifront_connect() local 257 !(nexus = devclass_get_device(nexus_devclass, 0))) { in pcifront_connect() 263 pdev->ndev = BUS_ADD_CHILD(nexus, 0, "xpcife", pdev->unit); in pcifront_connect() 536 DRIVER_MODULE(xpcife, nexus, xpcife_driver, xpcife_devclass, 0, 0);
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_bus_nexus.c | 81 DRIVER_MODULE(cfi, nexus, cfi_nexus_driver, 0, 0);
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_scsi.c | 402 io->io_hdr.nexus.initid = sc->vss_iid; in pci_vtscsi_tmf_handle() 403 io->io_hdr.nexus.targ_lun = pci_vtscsi_get_lun(tmf->lun); in pci_vtscsi_tmf_handle() 502 io->io_hdr.nexus.initid = sc->vss_iid; in pci_vtscsi_request_handle() 503 io->io_hdr.nexus.targ_lun = pci_vtscsi_get_lun(cmd_rd->lun); in pci_vtscsi_request_handle()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 271 io->io_hdr.nexus.initid = ctrlr->cntlid; in nvmft_dispatch_command() 272 io->io_hdr.nexus.targ_port = np->port.targ_port; in nvmft_dispatch_command() 273 io->io_hdr.nexus.targ_lun = le32toh(cmd->nsid) - 1; in nvmft_dispatch_command() 303 io->io_hdr.nexus.initid = ctrlr->cntlid; in nvmft_terminate_commands() 304 io->io_hdr.nexus.targ_port = np->port.targ_port; in nvmft_terminate_commands() 305 io->io_hdr.nexus.targ_lun = 0; in nvmft_terminate_commands()
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 170 DEFINE_CLASS_0(nexus, nexus_driver, nexus_methods, 1); 172 DRIVER_MODULE(nexus, root, nexus_driver, 0, 0); 724 DRIVER_MODULE(ram, nexus, ram_driver, 0, 0);
|
/freebsd/sys/dev/virtio/mmio/ |
H A D | virtio_mmio_cmdline.c | 150 DRIVER_MODULE(vtmmio_cmdline, nexus, vtmmio_cmdline_driver, 0, 0);
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_resource.c | 33 * TODO: Don't attach this off nexus. 158 DRIVER_MODULE(cfe, nexus, cferes_driver, cferes_devclass, 0, 0);
|
/freebsd/sys/dev/amdtemp/ |
H A D | amdtemp.c | 599 device_t acpi, cpu, nexus; in amdtemp_intrhook() local 608 nexus = device_find_child(root_bus, "nexus", 0); in amdtemp_intrhook() 609 acpi = device_find_child(nexus, "acpi", 0); in amdtemp_intrhook()
|
/freebsd/sys/powerpc/psim/ |
H A D | psim-tree | 26 # CPU definition. The phandle property is to help nexus.c locate the
|
/freebsd/sys/dev/ofw/ |
H A D | ofwbus.c | 78 EARLY_DRIVER_MODULE(ofwbus, nexus, ofwbus_driver, 0, 0,
|
/freebsd/sys/riscv/riscv/ |
H A D | riscv_console.c | 264 DRIVER_MODULE(rcons, nexus, rcons_driver, 0, 0);
|
/freebsd/sys/dev/efidev/ |
H A D | efirtc.c | 201 DRIVER_MODULE(efirtc, nexus, efirtc_driver, 0, 0);
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | mpc8568si-post.dtsi | 125 i2c-sleep-nexus { 137 duart-sleep-nexus {
|