Lines Matching refs:cm_data
492 error = copyin(cmd->buf, cm->cm_data, cmd->len); in mpi_pre_fw_download()
679 cm->cm_data = buf; in mpr_user_command()
682 cm->cm_data = NULL; in mpr_user_command()
831 cm->cm_data = NULL; in mpr_user_pass_thru()
900 cm->cm_data = NULL; in mpr_user_pass_thru()
905 cm->cm_data = malloc(cm->cm_length, M_MPRUSER, M_WAITOK | in mpr_user_pass_thru()
911 cm->cm_data, data->DataOutSize); in mpr_user_pass_thru()
916 cm->cm_data, data->DataSize); in mpr_user_pass_thru()
967 mpr_build_nvme_prp(sc, cm, nvme_encap_request, cm->cm_data, in mpr_user_pass_thru()
1058 if (cm->cm_data != NULL) { in mpr_user_pass_thru()
1068 err = copyout(cm->cm_data, in mpr_user_pass_thru()
1149 if (cm->cm_data) in mpr_user_pass_thru()
1150 free(cm->cm_data, M_MPRUSER); in mpr_user_pass_thru()
1292 cm->cm_data = NULL; in mpr_post_fw_diag_buffer()
1386 cm->cm_data = NULL; in mpr_release_fw_diag_buffer()