Searched refs:iro (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_idpgtbl.c | 755 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 D | ecore_hsi_init_tool.h | 435 struct iro { struct
|
| H A D | ecore.h | 867 #define IRO ((const struct iro *)p_hwfn->p_dev->iro_arr)
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 327 struct iro { struct 1128 struct iro *iro_array;
|
| H A D | bnx2x.c | 9730 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) {
|