Lines Matching refs:cm_data
503 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
695 cm->cm_data = buf; in mpr_user_command()
698 cm->cm_data = NULL; in mpr_user_command()
842 cm->cm_data = NULL; in mpr_user_pass_thru()
914 cm->cm_data = NULL; in mpr_user_pass_thru()
919 cm->cm_data = malloc(cm->cm_length, M_MPRUSER, M_WAITOK | in mpr_user_pass_thru()
921 if (cm->cm_data == NULL) { in mpr_user_pass_thru()
929 cm->cm_data, data->DataOutSize); in mpr_user_pass_thru()
934 cm->cm_data, data->DataSize); in mpr_user_pass_thru()
1045 if (cm->cm_data != NULL) { in mpr_user_pass_thru()
1055 err = copyout(cm->cm_data, in mpr_user_pass_thru()
1101 if (cm->cm_data) in mpr_user_pass_thru()
1102 free(cm->cm_data, M_MPRUSER); in mpr_user_pass_thru()
1240 cm->cm_data = NULL; in mpr_post_fw_diag_buffer()
1324 cm->cm_data = NULL; in mpr_release_fw_diag_buffer()