Lines Matching refs:cm_data
488 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
675 cm->cm_data = buf; in mpr_user_command()
678 cm->cm_data = NULL; in mpr_user_command()
827 cm->cm_data = NULL; in mpr_user_pass_thru()
896 cm->cm_data = NULL; in mpr_user_pass_thru()
901 cm->cm_data = malloc(cm->cm_length, M_MPRUSER, M_WAITOK | in mpr_user_pass_thru()
907 cm->cm_data, data->DataOutSize); in mpr_user_pass_thru()
912 cm->cm_data, data->DataSize); in mpr_user_pass_thru()
963 mpr_build_nvme_prp(sc, cm, nvme_encap_request, cm->cm_data, in mpr_user_pass_thru()
1054 if (cm->cm_data != NULL) { in mpr_user_pass_thru()
1064 err = copyout(cm->cm_data, in mpr_user_pass_thru()
1159 if (cm->cm_data) in mpr_user_pass_thru()
1160 free(cm->cm_data, M_MPRUSER); in mpr_user_pass_thru()
1302 cm->cm_data = NULL; in mpr_post_fw_diag_buffer()
1396 cm->cm_data = NULL; in mpr_release_fw_diag_buffer()