Searched refs:edt_type (Results 1 – 1 of 1) sorted by relevance
664 uint64_t edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[i]); in pnv_xive_edt_size() local666 if (edt_type == type) { in pnv_xive_edt_size()686 uint64_t edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[i]); in pnv_xive_edt_offset() local688 if (edt_type != type) { in pnv_xive_edt_offset()1705 uint64_t edt_type = 0; in pnv_xive_vc_read() local1712 edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[edt_index]); in pnv_xive_vc_read()1715 switch (edt_type) { in pnv_xive_vc_read()1728 edt_offset = pnv_xive_edt_offset(xive, offset, edt_type); in pnv_xive_vc_read()1735 HWADDR_PRIx, edt_type == CQ_TDR_EDT_IPI ? "IPI" : "END", in pnv_xive_vc_read()1748 uint64_t edt_type = 0; in pnv_xive_vc_write() local[all …]