Searched refs:dma_resp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_hw.c | 102 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,… 5812 ocs_dma_t dma_resp; member 5888 if (ocs_dma_alloc(hw->os, &cb_arg->dma_resp, OCS_HW_DMTF_CLP_RSP_MAX, 4096)) { in ocs_hw_set_linkcfg_lancer() 5898 rc = ocs_hw_exec_dmtf_clp_cmd(hw, &cb_arg->dma_cmd, &cb_arg->dma_resp, in ocs_hw_set_linkcfg_lancer() 5910 ocs_dma_free(hw->os, &cb_arg->dma_resp); in ocs_hw_set_linkcfg_lancer() 6080 if (ocs_dma_alloc(hw->os, &cb_arg->dma_resp, OCS_HW_DMTF_CLP_RSP_MAX, 4096)) { in ocs_hw_get_linkcfg_lancer() 6090 rc = ocs_hw_exec_dmtf_clp_cmd(hw, &cb_arg->dma_cmd, &cb_arg->dma_resp, in ocs_hw_get_linkcfg_lancer() 6102 ocs_dma_free(hw->os, &cb_arg->dma_resp); in ocs_hw_get_linkcfg_lancer() 6487 cb_arg->dma_resp.virt, in ocs_hw_linkcfg_dmtf_clp_cb() 6506 ocs_dma_free(hw->os, &cb_arg->dma_resp); in ocs_hw_linkcfg_dmtf_clp_cb() [all …]
|