Lines Matching refs:cm_data
474 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
676 cm->cm_data = buf; in mps_user_command()
679 cm->cm_data = NULL; in mps_user_command()
825 cm->cm_data = NULL; in mps_user_pass_thru()
897 cm->cm_data = NULL; in mps_user_pass_thru()
902 cm->cm_data = malloc(cm->cm_length, M_MPSUSER, M_WAITOK | in mps_user_pass_thru()
908 cm->cm_data, data->DataOutSize); in mps_user_pass_thru()
913 cm->cm_data, data->DataSize); in mps_user_pass_thru()
984 if (cm->cm_data != NULL) { in mps_user_pass_thru()
994 err = copyout(cm->cm_data, in mps_user_pass_thru()
1049 if (cm->cm_data) in mps_user_pass_thru()
1050 free(cm->cm_data, M_MPSUSER); in mps_user_pass_thru()
1191 cm->cm_data = NULL; in mps_post_fw_diag_buffer()
1284 cm->cm_data = NULL; in mps_release_fw_diag_buffer()