/titanic_44/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 306 (void) ddi_dma_sync(afep->afe_txdesc_dmah, \ 310 (void) ddi_dma_sync(txb->txb_dmah, 0, len, who) 313 (void) ddi_dma_sync(afep->afe_rxdesc_dmah, \ 317 (void) ddi_dma_sync(rxb->rxb_dmah, 0, len, who)
|
/titanic_44/usr/src/uts/common/io/pcn/ |
H A D | pcnimpl.h | 242 (void) ddi_dma_sync(pcnp->pcn_txdesc_dmah, \ 246 (void) ddi_dma_sync(pcnp->pcn_rxdesc_dmah, \ 250 (void) ddi_dma_sync(pb->pb_dmah, 0, len, who)
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 347 (void) ddi_dma_sync(mxfep->mxfe_txdesc_dmah, \ 351 (void) (ddi_dma_sync(txb->txb_dmah, 0, len, who)) 354 (void) ddi_dma_sync(mxfep->mxfe_rxdesc_dmah, \ 358 (void) (ddi_dma_sync(rxb->rxb_dmah, 0, len, who))
|
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 334 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring() 339 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring() 343 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring() 394 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring() 399 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring() 403 (void) ddi_dma_sync(rrp->desc.dma_hdl, in nge_recv_ring()
|
/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_misc.c | 297 err = ddi_dma_sync(dma_hdl, hcidesc_off, in hci1394_ixl_check_status() 323 err = ddi_dma_sync(dma_hdl, hcidesc_off, in hci1394_ixl_check_status() 353 err = ddi_dma_sync(dma_hdl, hcidesc_off, in hci1394_ixl_check_status() 392 err = ddi_dma_sync(dma_hdl, hcidesc_off, in hci1394_ixl_check_status()
|
H A D | hci1394_ixl_update.c | 614 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_jump() 1094 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_recv_pkt() 1357 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_prep_send_pkt() 1584 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1639 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1683 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1724 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1741 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1791 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() 1821 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, in hci1394_ixl_update_perform() [all …]
|
H A D | hci1394_q.c | 877 (void) ddi_dma_sync(desc->qb_buf.bi_dma_handle, 0, in hci1394_q_at_next() 1072 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI() 1095 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI() 1172 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL() 1195 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL() 1263 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_rep_put8() 1378 (void) ddi_dma_sync(descb->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next() 1397 (void) ddi_dma_sync(datab->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next() 1727 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_write_IM() 1746 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_write_IM()
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 792 #define Sync_HCCA(ohcip) (void) ddi_dma_sync( \ 797 #define Sync_ED_TD_Pool(ohcip) (void) ddi_dma_sync( \ 801 (void) ddi_dma_sync( \ 807 (void) ddi_dma_sync(dma_handle, \ 810 (void) ddi_dma_sync(dma_handle, \
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 953 #define Sync_QH_QTD_Pool(ehcip) (void) ddi_dma_sync( \ 957 (void) ddi_dma_sync( \ 962 #define Sync_ITD_Pool(ehcip) (void) ddi_dma_sync( \ 968 (void) ddi_dma_sync(dma_handle, \ 972 (void) ddi_dma_sync(dma_handle, \
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 469 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive() 533 (void) ddi_dma_sync(rx_buf->dma_handle, in e1000g_receive() 537 (void) ddi_dma_sync(rx_buf->dma_handle, in e1000g_receive() 858 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive() 883 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()
|
/titanic_44/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 866 (void) ddi_dma_sync(channel->ic_desc_dma_handle, in ioat_ring_loop() 1185 (void) ddi_dma_sync(channel->ic_desc_dma_handle, in ioat_cmd_post_dca() 1196 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64, in ioat_cmd_post_dca() 1201 (void) ddi_dma_sync(channel->ic_desc_dma_handle, prev_offset, 64, in ioat_cmd_post_dca() 1269 (void) ddi_dma_sync(channel->ic_desc_dma_handle, in ioat_cmd_post_copy() 1280 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64, in ioat_cmd_post_copy() 1285 (void) ddi_dma_sync(channel->ic_desc_dma_handle, prev_offset, 64, in ioat_cmd_post_copy() 1333 (void) ddi_dma_sync(channel->ic_cmpl_dma_handle, 0, 0, in ioat_cmd_poll()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 635 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_raid_action_system_shutdown() 651 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown() 703 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_raid_action_system_shutdown() 732 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
|
H A D | mptsas_impl.c | 280 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_start_config_page_access() 393 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_access_config_page() 447 (void) ddi_dma_sync(mpt->m_dma_free_queue_hdl, 0, 0, in mptsas_access_config_page() 537 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_access_config_page() 539 (void) ddi_dma_sync(cmd->cmd_dmahandle, 0, 0, in mptsas_access_config_page() 587 (void) ddi_dma_sync(mpt->m_dma_free_queue_hdl, 0, 0, in mptsas_access_config_page() 1160 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_ioc_task_management() 1176 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_ioc_task_management() 1360 (void) ddi_dma_sync(flsh_dma_handle, 0, 0, DDI_DMA_SYNC_FORDEV); in mptsas_update_flash() 1400 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_update_flash() [all …]
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | dca_dsa.c | 106 (void) ddi_dma_sync(reqp->dr_ibuf_dmah, 0, SHA1LEN, in dca_dsa_sign() 152 (void) ddi_dma_sync(reqp->dr_obuf_dmah, 0, DSASIGLEN, in dca_dsa_sign_done() 267 (void) ddi_dma_sync(reqp->dr_ibuf_dmah, 0, SHA1LEN + DSAPARTLEN, in dca_dsa_verify() 332 (void) ddi_dma_sync(reqp->dr_obuf_dmah, 0, count, in dca_dsa_verify_done()
|
/titanic_44/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 294 (void) ddi_dma_sync(si_portp->siport_prbpool_dma_handle, \ 299 (void) ddi_dma_sync(si_portp->siport_sgbpool_dma_handle, \
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 332 (void) ddi_dma_sync(dma_handle, in hxge_start() 427 (void) ddi_dma_sync(dma_handle, in hxge_start() 741 (void) ddi_dma_sync(tx_desc_dma_handle, in hxge_start() 752 (void) ddi_dma_sync(tx_desc_dma_handle, in hxge_start() 760 (void) ddi_dma_sync(tx_desc_dma_handle, 0, in hxge_start()
|
/titanic_44/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 641 (void) ddi_dma_sync(ring->dr_desc.dr_hnd, 0, in rt2560_reset_tx_ring() 763 (void) ddi_dma_sync(ring->dr_desc.dr_hnd, 0, in rt2560_reset_rx_ring() 1027 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_TX_DESC_SIZE, in rt2560_tx_intr() 1094 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_TX_DESC_SIZE, in rt2560_tx_intr() 1113 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_TX_DESC_SIZE, in rt2560_prio_intr() 1161 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_TX_DESC_SIZE, in rt2560_prio_intr() 1194 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_RX_DESC_SIZE, in rt2560_rx_intr() 1246 (void) ddi_dma_sync(dr_bf->dr_hnd, 0, dr_bf->dr_size, in rt2560_rx_intr() 1272 (void) ddi_dma_sync(dr->dr_hnd, 0, count * RT2560_TX_DESC_SIZE, in rt2560_rx_intr() 1527 (void) ddi_dma_sync(dr->dr_hnd, 0, RAL_TXBUF_SIZE, DDI_DMA_SYNC_FORDEV); in rt2560_mgmt_send() [all …]
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 323 ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, u_int whom) 330 ENTRY(ddi_dma_sync) 352 SET_SIZE(ddi_dma_sync)
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_send.c | 429 (void) ddi_dma_sync(txbuf->buf.dma_hdl, 0, in bge_send_serial() 471 (void) ddi_dma_sync(ssbdp->desc.dma_hdl, 0, in bge_send_serial() 478 (void) ddi_dma_sync(ssbdp->desc.dma_hdl, 0, in bge_send_serial()
|
/titanic_44/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 668 (void) ddi_dma_sync(ring->txdesc_dma.dma_hdl, in rt2661_alloc_tx_ring() 701 (void) ddi_dma_sync(ring->txdesc_dma.dma_hdl, 0, in rt2661_reset_tx_ring() 796 (void) ddi_dma_sync(ring->rxdesc_dma.dma_hdl, in rt2661_alloc_rx_ring() 818 (void) ddi_dma_sync(ring->rxdesc_dma.dma_hdl, 0, in rt2661_reset_rx_ring() 856 (void) ddi_dma_sync(ring->txdesc_dma.dma_hdl, in rt2661_tx_dma_intr() 865 (void) ddi_dma_sync(data->txdata_dma.dma_hdl, in rt2661_tx_dma_intr() 872 (void) ddi_dma_sync(ring->txdesc_dma.dma_hdl, in rt2661_tx_dma_intr() 984 (void) ddi_dma_sync(ring->rxdesc_dma.dma_hdl, in rt2661_rx_intr() 1011 (void) ddi_dma_sync(data->rxdata_dma.dma_hdl, in rt2661_rx_intr() 1050 (void) ddi_dma_sync(ring->rxdesc_dma.dma_hdl, in rt2661_rx_intr() [all …]
|
/titanic_44/usr/src/uts/common/io/efe/ |
H A D | efe.h | 356 (void) ddi_dma_sync((rp)->r_dmah, DESCSZ(x), \ 362 (void) ddi_dma_sync((bp)->b_dmah, 0, (bp)->b_len, (type))
|
/titanic_44/usr/src/uts/common/io/drm/ |
H A D | ati_pcigart.c | 106 (void) ddi_dma_sync(entry->dmah_gart->dma_hdl, 0, in drm_ati_pcigart_init()
|
/titanic_44/usr/src/uts/common/io/rtw/ |
H A D | rtwvar.h | 167 #define RTW_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\ 171 ((void) ddi_dma_sync((area).dma_hdl, offset, len, (flag)))
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 125 #define DMA_COMMON_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_handle,\ 129 ((void) ddi_dma_sync((area).dma_handle,\ 134 ((void) ddi_dma_sync((area).dma_handle,\ 139 ((void) ddi_dma_sync((area).dma_handle,\ 143 ((void) ddi_dma_sync((area).dma_handle,\
|
/titanic_44/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.h | 257 #define SYNC_FORDEV(h) (void) ddi_dma_sync(h, 0, 0, DDI_DMA_SYNC_FORDEV) 258 #define SYNC_FORKERN(h) (void) ddi_dma_sync(h, 0, 0, DDI_DMA_SYNC_FORKERNEL)
|