Searched refs:xfer_rdy (Results 1 – 2 of 2) sorted by relevance
568 ocs_dma_t xfer_rdy; member1038 ocs_dma_t xfer_rdy; member
1253 ocs_dma_free(hw->os, &hw->xfer_rdy); in ocs_hw_teardown()4144 fcp_xfer_rdy_iu_t *xfer = io->xfer_rdy.virt; in ocs_hw_io_send()4509 data->buffer_address_high = ocs_addr32_hi(io->xfer_rdy.phys); in ocs_hw_io_init_sges()4510 data->buffer_address_low = ocs_addr32_lo(io->xfer_rdy.phys); in ocs_hw_io_init_sges()4511 data->buffer_length = io->xfer_rdy.size; in ocs_hw_io_init_sges()9540 if (ocs_dma_alloc(hw->os, &hw->xfer_rdy, in ocs_hw_setup_io()9547 xfer_virt = (uintptr_t)hw->xfer_rdy.virt; in ocs_hw_setup_io()9548 xfer_phys = hw->xfer_rdy.phys; in ocs_hw_setup_io()9589 if (hw->xfer_rdy.size) { in ocs_hw_setup_io()9590 io->xfer_rdy.virt = (void *)xfer_virt; in ocs_hw_setup_io()[all …]