Lines Matching refs:cm_data
487 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
674 cm->cm_data = buf; in mpr_user_command()
677 cm->cm_data = NULL; in mpr_user_command()
826 cm->cm_data = NULL; in mpr_user_pass_thru()
895 cm->cm_data = NULL; in mpr_user_pass_thru()
900 cm->cm_data = malloc(cm->cm_length, M_MPRUSER, M_WAITOK | in mpr_user_pass_thru()
906 cm->cm_data, data->DataOutSize); in mpr_user_pass_thru()
911 cm->cm_data, data->DataSize); in mpr_user_pass_thru()
962 mpr_build_nvme_prp(sc, cm, nvme_encap_request, cm->cm_data, in mpr_user_pass_thru()
1053 if (cm->cm_data != NULL) { in mpr_user_pass_thru()
1063 err = copyout(cm->cm_data, in mpr_user_pass_thru()
1158 if (cm->cm_data) in mpr_user_pass_thru()
1159 free(cm->cm_data, M_MPRUSER); in mpr_user_pass_thru()
1301 cm->cm_data = NULL; in mpr_post_fw_diag_buffer()
1395 cm->cm_data = NULL; in mpr_release_fw_diag_buffer()