Home
last modified time | relevance | path

Searched refs:ri_entry (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/intel/
H A Ddebugfs.c557 struct irte *ri_entry; in ir_tbl_remap_entry_show() local
565 ri_entry = &iommu->ir_table->base[idx]; in ir_tbl_remap_entry_show()
566 if (!ri_entry->present || ri_entry->p_pst) in ir_tbl_remap_entry_show()
570 idx, PCI_BUS_NUM(ri_entry->sid), in ir_tbl_remap_entry_show()
571 PCI_SLOT(ri_entry->sid), PCI_FUNC(ri_entry->sid), in ir_tbl_remap_entry_show()
572 ri_entry->dest_id, ri_entry->vector, in ir_tbl_remap_entry_show()
573 ri_entry->high, ri_entry->low); in ir_tbl_remap_entry_show()
/linux/fs/xfs/
H A Dxfs_rmap_item.c247 static inline struct xfs_rmap_intent *ri_entry(const struct list_head *e) in ri_entry() function
267 struct xfs_rmap_intent *ra = ri_entry(a); in xfs_rmap_update_diff_items()
268 struct xfs_rmap_intent *rb = ri_entry(b); in xfs_rmap_update_diff_items()
418 struct xfs_rmap_intent *ri = ri_entry(item); in xfs_rmap_update_cancel_item()
432 struct xfs_rmap_intent *ri = ri_entry(item); in xfs_rmap_update_finish_item()