Searched refs:dbg_run_cmd (Results 1 – 3 of 3) sorted by relevance
433 else if (handle->ae_algo->ops->dbg_run_cmd) in hns3_dbg_cmd_write()434 ret = handle->ae_algo->ops->dbg_run_cmd(handle, cmd_buf); in hns3_dbg_cmd_write()
611 int (*dbg_run_cmd)(struct hnae3_handle *handle, const char *cmd_buf); member
11410 .dbg_run_cmd = hclge_dbg_run_cmd,