Searched refs:pi_entry (Results 1 – 1 of 1) sorted by relevance
570 struct irte *pi_entry; in ir_tbl_posted_entry_show() local578 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()579 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()583 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()584 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()585 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()586 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()587 pi_entry->low); in ir_tbl_posted_entry_show()
Completed in 4 milliseconds