Lines Matching refs:result_len
99 typedef void (*ocs_hw_dmtf_clp_cb_t)(ocs_hw_t *hw, int32_t status, uint32_t result_len, void *arg);
101 static void ocs_hw_linkcfg_dmtf_clp_cb(ocs_hw_t *hw, int32_t status, uint32_t result_len, void *arg…
5807 uint32_t result_len; member
6468 ocs_hw_linkcfg_dmtf_clp_cb(ocs_hw_t *hw, int32_t status, uint32_t result_len, void *arg) in ocs_hw_linkcfg_dmtf_clp_cb() argument
6482 result_len); in ocs_hw_linkcfg_dmtf_clp_cb()
6485 ocs_log_err(hw->os, "failed to get retdata %d\n", result_len); in ocs_hw_linkcfg_dmtf_clp_cb()
6750 uint32_t result_len = 0; in ocs_hw_dmtf_clp_cb() local
6773 result_len = clp_rsp->resp_length; in ocs_hw_dmtf_clp_cb()
6780 if ((result_len == 0) || (cb_arg->dma_resp->size < result_len)) { in ocs_hw_dmtf_clp_cb()
6782 cb_arg->dma_resp->size, result_len); in ocs_hw_dmtf_clp_cb()
6791 result_len); in ocs_hw_dmtf_clp_cb()
6810 cb_arg->cb(hw, cb_status, result_len, cb_arg->arg); in ocs_hw_dmtf_clp_cb()