Lines Matching refs:i2d
723 plat_ecc_indictment2_data_t *i2d;
754 i2d = (plat_ecc_indictment2_data_t *)wrapperp->ecc_msg_data;
757 i2d->ei2d_major_version = PLAT_ECC_INDICT2_MAJOR_VERSION;
758 i2d->ei2d_minor_version = PLAT_ECC_INDICT2_MINOR_VERSION;
759 i2d->ei2d_msg_type = PLAT_ECC_INDICTMENT2_MESSAGE;
760 i2d->ei2d_msg_length = sizeof (plat_ecc_indictment2_data_t);
764 i2d->ei2d_arraigned_proc = plat_make_fru_cpuid(board, maxcat,
766 i2d->ei2d_board_num = board;
767 i2d->ei2d_jnumber = jnumber;
769 i2d->ei2d_arraigned_proc = aflt->flt_inst;
770 i2d->ei2d_board_num = (uint8_t)
771 plat_make_fru_boardnum(i2d->ei2d_arraigned_proc);
772 i2d->ei2d_jnumber = (uint16_t)-1;
775 i2d->ei2d_type = msg_type;
776 i2d->ei2d_uncertain = ecc_indictment_mailbox_disable;
777 i2d->ei2d_cpu_impl = cpunodes[i2d->ei2d_arraigned_proc].implementation;
778 i2d->ei2d_timestamp = aflt->flt_id;