Searched refs:dma_resp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c102 static ocs_hw_rtn_e ocs_hw_exec_dmtf_clp_cmd(ocs_hw_t *hw, ocs_dma_t *dma_cmd, ocs_dma_t *dma_resp, uint32_t opts, ocs_hw_dmtf_clp_cb_t cb, void *arg);
5809 ocs_dma_t dma_resp; member in struct:ocs_hw_linkcfg_cb_arg_s
5885 if (ocs_dma_alloc(hw->os, &cb_arg->dma_resp, OCS_HW_DMTF_CLP_RSP_MAX, 4096)) {
5895 rc = ocs_hw_exec_dmtf_clp_cmd(hw, &cb_arg->dma_cmd, &cb_arg->dma_resp,
5907 ocs_dma_free(hw->os, &cb_arg->dma_resp);
6076 if (ocs_dma_alloc(hw->os, &cb_arg->dma_resp, OCS_HW_DMTF_CLP_RSP_MAX, 4096)) {
6086 rc = ocs_hw_exec_dmtf_clp_cmd(hw, &cb_arg->dma_cmd, &cb_arg->dma_resp,
6098 ocs_dma_free(hw->os, &cb_arg->dma_resp);
6483 cb_arg->dma_resp.virt,
6502 ocs_dma_free(hw->os, &cb_arg->dma_resp);
6616 ocs_dma_t dma_resp; local
6656 ocs_dma_t *dma_resp; member in struct:ocs_hw_clp_cb_arg_s
6676 ocs_hw_exec_dmtf_clp_cmd(ocs_hw_t *hw, ocs_dma_t *dma_cmd, ocs_dma_t *dma_resp, uint32_t opts, ocs_hw_dmtf_clp_cb_t cb, void *arg) argument
[all...]

Completed in 99 milliseconds