Lines Matching refs:cm_data
494 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
702 cm->cm_data = buf; in mps_user_command()
705 cm->cm_data = NULL; in mps_user_command()
851 cm->cm_data = NULL; in mps_user_pass_thru()
921 cm->cm_data = NULL; in mps_user_pass_thru()
926 cm->cm_data = malloc(cm->cm_length, M_MPSUSER, M_WAITOK | in mps_user_pass_thru()
932 cm->cm_data, data->DataOutSize); in mps_user_pass_thru()
937 cm->cm_data, data->DataSize); in mps_user_pass_thru()
1008 if (cm->cm_data != NULL) { in mps_user_pass_thru()
1018 err = copyout(cm->cm_data, in mps_user_pass_thru()
1064 if (cm->cm_data) in mps_user_pass_thru()
1065 free(cm->cm_data, M_MPSUSER); in mps_user_pass_thru()
1205 cm->cm_data = NULL; in mps_post_fw_diag_buffer()
1298 cm->cm_data = NULL; in mps_release_fw_diag_buffer()