Searched full:xio (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/xdma/ |
H A D | xdma_iommu.c | 64 struct xdma_iommu *xio; in xdma_iommu_remove_entry() local 66 xio = &xchan->xio; in xdma_iommu_remove_entry() 69 pmap_remove(&xio->p, va, va + PAGE_SIZE); in xdma_iommu_remove_entry() 71 XDMA_IOMMU_REMOVE(xio->dev, xio, va); in xdma_iommu_remove_entry() 73 vmem_free(xio->vmem, va, PAGE_SIZE); in xdma_iommu_remove_entry() 77 xdma_iommu_enter(struct xdma_iommu *xio, vm_offset_t va, in xdma_iommu_enter() argument 83 p = &xio->p; in xdma_iommu_enter() 92 XDMA_IOMMU_ENTER(xio->dev, xio, va, pa); in xdma_iommu_enter() 103 struct xdma_iommu *xio; in xdma_iommu_add_entry() local 107 xio = &xchan->xio; in xdma_iommu_add_entry() [all …]
|
H A D | xdma_if.m | 129 struct xdma_iommu *xio; 137 struct xdma_iommu *xio; 145 struct xdma_iommu *xio; 155 struct xdma_iommu *xio;
|
H A D | xdma.c | 76 struct xdma_iommu *xio; in xdma_get_iommu_fdt() local 92 xio = &xchan->xio; in xdma_get_iommu_fdt() 93 xio->dev = OF_device_from_xref(prop); in xdma_get_iommu_fdt() 94 if (xio->dev == NULL) { in xdma_get_iommu_fdt() 152 xdma_iommu_init(&xchan->xio); in xdma_channel_alloc() 185 xdma_iommu_release(&xchan->xio); in xdma_channel_free()
|
H A D | xdma.h | 189 struct xdma_iommu xio; member 300 int xdma_iommu_init(struct xdma_iommu *xio); 301 int xdma_iommu_release(struct xdma_iommu *xio);
|
/freebsd/usr.sbin/pnfsdskill/ |
H A D | pnfsdskill.8 | 59 (ENXIO), it probably
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra20-pinmux.yaml | 68 vi, vi_sensor_clk, xio ]
|
H A D | nvidia,tegra20-pinmux.txt | 115 vi, vi_sensor_clk, xio
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 527 # si: Specialix International SI/XIO or SX intelligent serial card 530 # Notes on the Specialix SI/XIO driver:
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i-r8-chip.dts | 140 xio: gpio@38 { label
|
/freebsd/sys/amd64/conf/ |
H A D | NOTES |
|
/freebsd/sys/i386/conf/ |
H A D | NOTES |
|
/freebsd/sys/cam/ctl/ |
H A D | ctl.c | 12724 union ctl_io *xio = (union ctl_io *)xioh; in ctl_abort_tasks_lun() local 12737 CTL_IO_ASSERT(xio, SCSI); in ctl_abort_tasks_lun() 12740 msg_info.task.tag_num = xio->scsiio.tag_num; in ctl_abort_tasks_lun() 12741 msg_info.task.tag_type = xio->scsiio.tag_type; in ctl_abort_tasks_lun() 12748 ctl_try_unblock_io(lun, xio, FALSE); in ctl_abort_tasks_lun() 12877 union ctl_io *xio = (union ctl_io *)xioh; local 12879 CTL_IO_ASSERT(xio, SCSI); 12894 if (((xio->scsiio.tag_type == CTL_TAG_UNTAGGED) 12896 || (xio->scsiio.tag_num == io->taskio.tag_num)) { 12905 if (xio->scsiio.tag_num == io->taskio.tag_num) { [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 493 /* Entries from file: dev/vme/xio.h */
|
H A D | sanitizer_platform_limits_netbsd.cpp | 472 #include <dev/vme/xio.h>
|