Lines Matching refs:cm_data
501 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
688 cm->cm_data = buf; in mpr_user_command()
691 cm->cm_data = NULL; in mpr_user_command()
840 cm->cm_data = NULL; in mpr_user_pass_thru()
910 cm->cm_data = NULL; in mpr_user_pass_thru()
915 cm->cm_data = malloc(cm->cm_length, M_MPRUSER, M_WAITOK | in mpr_user_pass_thru()
921 cm->cm_data, data->DataOutSize); in mpr_user_pass_thru()
926 cm->cm_data, data->DataSize); in mpr_user_pass_thru()
977 mpr_build_nvme_prp(sc, cm, nvme_encap_request, cm->cm_data, in mpr_user_pass_thru()
1068 if (cm->cm_data != NULL) { in mpr_user_pass_thru()
1078 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()
1301 cm->cm_data = NULL; in mpr_post_fw_diag_buffer()
1395 cm->cm_data = NULL; in mpr_release_fw_diag_buffer()