Home
last modified time | relevance | path

Searched refs:iro (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c755 domain_wait_iotlb_flush(struct dmar_unit *unit, uint64_t wt, int iro) in domain_wait_iotlb_flush() argument
759 dmar_write8(unit, iro + DMAR_IOTLB_REG_OFF, DMAR_IOTLB_IVT | in domain_wait_iotlb_flush()
762 iotlbr = dmar_read8(unit, iro + DMAR_IOTLB_REG_OFF); in domain_wait_iotlb_flush()
777 int am, iro; in domain_flush_iotlb_sync() local
782 iro = DMAR_ECAP_IRO(unit->hw_ecap) * 16; in domain_flush_iotlb_sync()
786 DMAR_IOTLB_DID(domain->domain), iro); in domain_flush_iotlb_sync()
794 dmar_write8(unit, iro, base | am); in domain_flush_iotlb_sync()
797 DMAR_IOTLB_DID(domain->domain), iro); in domain_flush_iotlb_sync()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_init_tool.h435 struct iro { struct
H A Decore.h867 #define IRO ((const struct iro *)p_hwfn->p_dev->iro_arr)
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h327 struct iro { struct
1128 struct iro *iro_array;
H A Dbnx2x.c9730 static void bnx2x_data_to_iro_array(uint8_t * data, struct iro *dst, uint32_t len)
9735 for (i = 0, j = 0; i < len / sizeof(struct iro); ++i, ++j) {