Searched refs:nd_cmd (Results 1 – 1 of 1) sorted by relevance
224 struct nd_intel_fw_info *nd_cmd, unsigned int buf_len, in nd_intel_test_get_fw_info() argument231 __func__, t, nd_cmd, buf_len, idx); in nd_intel_test_get_fw_info()233 if (buf_len < sizeof(*nd_cmd)) in nd_intel_test_get_fw_info()236 nd_cmd->status = 0; in nd_intel_test_get_fw_info()237 nd_cmd->storage_size = INTEL_FW_STORAGE_SIZE; in nd_intel_test_get_fw_info()238 nd_cmd->max_send_len = INTEL_FW_MAX_SEND_LEN; in nd_intel_test_get_fw_info()239 nd_cmd->query_interval = INTEL_FW_QUERY_INTERVAL; in nd_intel_test_get_fw_info()240 nd_cmd->max_query_time = INTEL_FW_QUERY_MAX_TIME; in nd_intel_test_get_fw_info()241 nd_cmd->update_cap = 0; in nd_intel_test_get_fw_info()242 nd_cmd->fis_version = INTEL_FW_FIS_VERSION; in nd_intel_test_get_fw_info()[all …]