/titanic_53/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasdma.h | 45 struct dma { struct 46 uint32_t dma_csr; /* control/status register */ argument 47 uint32_t dma_addr; /* dma address register */ argument 48 uint32_t dma_count; /* count register */ argument 49 uint32_t dma_test; /* test csr register */ argument
|
/titanic_53/usr/src/uts/common/io/atge/ |
H A D | atge_l1c.c | 157 atge_dma_t *dma; in atge_l1c_alloc_dma() local 338 atge_dma_t *dma; in atge_l1c_init_rx_ring() local 376 atge_dma_t *dma; in atge_l1c_init_rr_ring() local 390 atge_dma_t *dma; in atge_l1c_init_smb() local 402 atge_dma_t *dma; in atge_l1c_init_cmb() local 560 atge_dma_t *dma; in atge_l1c_gather_stats() local
|
H A D | atge_l1.c | 129 atge_dma_t *dma; in atge_l1_alloc_dma() local 302 atge_dma_t *dma; in atge_l1_init_rx_ring() local 340 atge_dma_t *dma; in atge_l1_init_rr_ring() local 354 atge_dma_t *dma; in atge_l1_init_smb() local 366 atge_dma_t *dma; in atge_l1_init_cmb() local 453 atge_dma_t *dma; in atge_l1_gather_stats() local
|
H A D | atge_l1e.c | 110 atge_dma_t *dma; in atge_rx_desc_free() local 137 atge_dma_t *dma; in atge_l1e_alloc_dma() local 289 atge_dma_t *dma; in atge_l1e_init_rx_pages() local
|
H A D | atge_main.c | 1431 atge_dma_t *dma; in atge_alloc_buffers() local 1475 atge_dma_t *dma; in atge_alloc_a_dma_blk() local 1518 atge_free_a_dma_blk(atge_dma_t *dma) in atge_free_a_dma_blk() 1531 atge_dma_t *dma = NULL; in atge_buf_alloc() local 1580 atge_buf_free(atge_dma_t *dma) in atge_buf_free()
|
H A D | atge.h | 134 #define ATGE_PUT64(dma, addr, v) \ argument 137 #define ATGE_PUT32(dma, addr, v) \ argument 140 #define ATGE_GET32(dma, addr) \ argument 143 #define ATGE_GET64(dma, addr) \ argument 146 #define DMA_SYNC(dma, s, l, d) \ argument
|
/titanic_53/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 1718 rootnex_dma_t *dma; in rootnex_coredma_allochdl() local 1916 rootnex_dma_t *dma; in rootnex_coredma_freehdl() local 1972 rootnex_dma_t *dma; in rootnex_coredma_bindhdl() local 2304 rootnex_dma_t *dma; in rootnex_coredma_unbindhdl() local 2391 rootnex_dma_t *dma = (rootnex_dma_t *)hp->dmai_private; in rootnex_coredma_get_sleep_flags() local 2403 rootnex_dma_t *dma = (rootnex_dma_t *)hp->dmai_private; in rootnex_coredma_reset_cookies() local 2423 rootnex_dma_t *dma = (rootnex_dma_t *)hp->dmai_private; in rootnex_coredma_get_cookies() local 2464 rootnex_dma_t *dma = (rootnex_dma_t *)hp->dmai_private; in rootnex_coredma_set_cookies() local 2498 rootnex_dma_t *dma = (rootnex_dma_t *)hp->dmai_private; in rootnex_coredma_clear_cookies() local 2562 rootnex_verify_buffer(rootnex_dma_t *dma) in rootnex_verify_buffer() [all …]
|
H A D | isa.c | 1150 int dma[] = {0x2}; in add_known_used_resources() local
|
/titanic_53/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | sun7i-a20.dtsi | 201 dma: dma-controller@01c02000 { label
|
H A D | bcm2835.dtsi | 427 dma: dma { label
|
H A D | bcm2836.dtsi | 409 dma: dma { label
|
/titanic_53/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_init.c | 381 pqi_dma_overhead_t *dma; in pqi_report_device_capability() local 769 pqi_dma_overhead_t *dma; in pqi_enable_events() local 1025 pqi_dma_overhead_t *dma; in scsi_common() local 1443 pqi_dma_overhead_t *dma; in identify_physical_device() local 1478 pqi_dma_overhead_t *dma; in identify_controller() local 1506 pqi_dma_overhead_t *dma; in write_host_wellness() local 1530 pqi_dma_overhead_t *dma; in report_luns() local
|
/titanic_53/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 635 nvme_check_dma_hdl(nvme_dma_t *dma) in nvme_check_dma_hdl() 651 nvme_free_dma_common(nvme_dma_t *dma) in nvme_free_dma_common() 662 nvme_free_dma(nvme_dma_t *dma) in nvme_free_dma() 672 nvme_dma_t *dma = (nvme_dma_t *)buf; in nvme_prp_dma_destructor() local 678 nvme_alloc_dma_common(nvme_t *nvme, nvme_dma_t *dma, in nvme_alloc_dma_common() 718 nvme_dma_t *dma = kmem_zalloc(sizeof (nvme_dma_t), KM_SLEEP); in nvme_zalloc_dma() local 737 nvme_dma_t *dma = (nvme_dma_t *)buf; in nvme_prp_dma_constructor() local 757 uint_t flags, nvme_dma_t **dma) in nvme_zalloc_queue_dma()
|
/titanic_53/usr/src/cmd/fm/schemes/mem/sparc/ |
H A D | mem_disc.c | 255 dimm_map_arg_t *dma = arg; in picl_frutree_parse() local 355 dimm_map_arg_t dma; in mem_discover() local
|
/titanic_53/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_misc.c | 270 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, in hci1394_ixl_check_status()
|
H A D | hci1394_ixl_isr.c | 543 hci1394_xfer_ctl_dma_t *dma; in hci1394_ixl_intr_check_done() local
|
/titanic_53/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_host.c | 55 sda_host_alloc(dev_info_t *dip, int nslot, sda_ops_t *ops, ddi_dma_attr_t *dma) in sda_host_alloc()
|
/titanic_53/usr/src/uts/intel/io/acpica/ |
H A D | acpi_enum.c | 73 static int interrupt[ACPI_ISA_LIMIT], dma[ACPI_ISA_LIMIT]; variable 1005 int dma[ACPI_ISA_LIMIT]; in used_res_dmas() local
|
/titanic_53/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 742 domount_args_t *dma; in nfs4_trigger_mount() local 905 domount_args_t *dma; in nfs4_trigger_domount_args_create() local 1054 nfs4_trigger_domount_args_destroy(domount_args_t *dma, vnode_t *vp) in nfs4_trigger_domount_args_destroy() 1835 nfs4_trigger_domount(vnode_t *stubvp, domount_args_t *dma, vfs_t **vfsp, in nfs4_trigger_domount()
|
/titanic_53/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_rdma.c | 63 uint64_t *dma; member
|
/titanic_53/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_resource.c | 331 acpidev_resource_insert_dma(acpidev_resource_handle_t rhdl, int dma) in acpidev_resource_insert_dma()
|
/titanic_53/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_var.h | 121 struct myri10ge_dma_stuff dma; member 151 mcp_dma_addr_t dma; /* Kept in network byte order */ member 307 struct myri10ge_dma_stuff dma; member
|
H A D | myri10ge.c | 214 uint_t alloc_flags, int bind_flags, struct myri10ge_dma_stuff *dma, in myri10ge_dma_alloc() 286 myri10ge_dma_free(struct myri10ge_dma_stuff *dma) in myri10ge_dma_free() 4642 struct myri10ge_dma_stuff dma; in myri10ge_test_physical() local
|
/titanic_53/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ixl.h | 138 hci1394_xfer_ctl_dma_t dma[1]; /* addrs of descriptor blocks, cnt of */ member
|
/titanic_53/usr/src/uts/common/io/aac/ |
H A D | aac.c | 3205 ddi_dma_handle_t dma = softs->comm_space_dma_handle; in aac_fib_enqueue() local 3266 ddi_dma_handle_t dma = softs->comm_space_dma_handle; in aac_fib_dequeue() local 3674 ddi_dma_handle_t dma = softs->comm_space_dma_handle; in aac_setup_comm_space() local
|