Lines Matching refs:cm_data
485 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
693 cm->cm_data = buf; in mps_user_command()
696 cm->cm_data = NULL; in mps_user_command()
842 cm->cm_data = NULL; in mps_user_pass_thru()
911 cm->cm_data = NULL; in mps_user_pass_thru()
916 cm->cm_data = malloc(cm->cm_length, M_MPSUSER, M_WAITOK | in mps_user_pass_thru()
922 cm->cm_data, data->DataOutSize); in mps_user_pass_thru()
927 cm->cm_data, data->DataSize); in mps_user_pass_thru()
998 if (cm->cm_data != NULL) { in mps_user_pass_thru()
1008 err = copyout(cm->cm_data, in mps_user_pass_thru()
1054 if (cm->cm_data) in mps_user_pass_thru()
1055 free(cm->cm_data, M_MPSUSER); in mps_user_pass_thru()
1196 cm->cm_data = NULL; in mps_post_fw_diag_buffer()
1289 cm->cm_data = NULL; in mps_release_fw_diag_buffer()