Lines Matching refs:cm_data
475 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
677 cm->cm_data = buf; in mps_user_command()
680 cm->cm_data = NULL; in mps_user_command()
826 cm->cm_data = NULL; in mps_user_pass_thru()
898 cm->cm_data = NULL; in mps_user_pass_thru()
903 cm->cm_data = malloc(cm->cm_length, M_MPSUSER, M_WAITOK | in mps_user_pass_thru()
909 cm->cm_data, data->DataOutSize); in mps_user_pass_thru()
914 cm->cm_data, data->DataSize); in mps_user_pass_thru()
985 if (cm->cm_data != NULL) { in mps_user_pass_thru()
995 err = copyout(cm->cm_data, in mps_user_pass_thru()
1050 if (cm->cm_data) in mps_user_pass_thru()
1051 free(cm->cm_data, M_MPSUSER); in mps_user_pass_thru()
1192 cm->cm_data = NULL; in mps_post_fw_diag_buffer()
1285 cm->cm_data = NULL; in mps_release_fw_diag_buffer()