Lines Matching refs:ocs_dma_t
300 ocs_dma_t dma;
517 ocs_dma_t *cmnd;
518 ocs_dma_t *rsp;
568 ocs_dma_t xfer_rdy;
602 ocs_dma_t def_sgl; /**< default scatter gather list */
604 ocs_dma_t *sgl; /**< pointer to current active SGL */
607 ocs_dma_t *ovfl_sgl; /**< overflow SGL */
1036 ocs_dma_t loop_map;
1038 ocs_dma_t xfer_rdy;
1040 ocs_dma_t dump_sges;
1042 ocs_dma_t rnode_mem;
1044 ocs_dma_t domain_dmem; /*domain dma mem for service params */
1045 ocs_dma_t fcf_dmem; /*dma men for fcf */
1273 extern ocs_hw_rtn_e ocs_hw_node_attach(ocs_hw_t *, ocs_remote_node_t *, ocs_dma_t *);
1284 …s_hw_srrs_send(ocs_hw_t *, ocs_hw_io_type_e, ocs_hw_io_t *, ocs_dma_t *, uint32_t, ocs_dma_t *, oc…
1289 extern ocs_hw_rtn_e ocs_hw_io_register_sgl(ocs_hw_t *, ocs_hw_io_t *, ocs_dma_t *, uint32_t);
1300 extern ocs_hw_rtn_e ocs_hw_firmware_write(ocs_hw_t *, ocs_dma_t *, uint32_t, uint32_t, int, ocs_hw_…
1336 extern ocs_hw_rtn_e ocs_hw_dump_get(ocs_hw_t *, ocs_dma_t *, uint32_t, uint32_t, ocs_hw_dump_get_cb…
1337 extern ocs_hw_rtn_e ocs_hw_set_dump_location(ocs_hw_t *, uint32_t, ocs_dma_t *, uint8_t);
1388 ocs_dma_t payload; /**> a payload DMA buffer */
1405 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload,