Searched refs:dma_status (Results 1 – 5 of 5) sorted by relevance
99 ibdma_status_t dma_status; in srpt_stp_start_srp() local172 dma_status = in srpt_stp_start_srp()175 if (dma_status != IBDMA_SUCCESS) { in srpt_stp_start_srp()178 (u_longlong_t)tgt->tp_ibt_svc_id, dma_status); in srpt_stp_start_srp()207 ibdma_status_t dma_status; in srpt_stp_stop_srp() local241 dma_status = srpt_ctxt->sc_ibdma_ops.ibdma_update( in srpt_stp_stop_srp()244 if (dma_status != IBDMA_SUCCESS) { in srpt_stp_stop_srp()246 " update I/O Profile (%d)", dma_status); in srpt_stp_stop_srp()
90 int dma_status, status = 0; in hxge_start() local451 dma_status = ddi_dma_addr_bind_handle(dma_handle, NULL, in hxge_start()455 if (dma_status == DDI_DMA_MAPPED) { in hxge_start()
138 int dma_status, status = 0; in nxge_start() local643 dma_status = ddi_dma_addr_bind_handle(dma_handle, NULL, in nxge_start()647 if (dma_status == DDI_DMA_MAPPED) { in nxge_start()
961 uint32_t dma_status:1; member
716 if (mode.mode_bits.dma_status == NGE_SET) in nge_chip_stop()