Searched refs:err_count (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 513 unsigned int err_count = 0; in xhci_set_configuration() local 593 err_count = 3; in xhci_set_configuration() 596 ERROR_COUNT(err_count)); in xhci_set_configuration()
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pci.h | 560 * @err_count: number of untranslated subregions. 571 uint32_t *err_count); 688 * @err_count: number of untranslated subregions. 695 uint32_t *err_count);
|
| /openbmc/qemu/hw/i386/ |
| H A D | intel_iommu.c | 5055 uint32_t *err_count) 5066 *err_count = 0; 5073 *err_count += 1; /* Less than expected */ 4772 vtd_ats_request_translation(PCIBus * bus,void * opaque,int devfn,uint32_t pasid,bool priv_req,bool exec_req,hwaddr addr,size_t length,bool no_write,IOMMUTLBEntry * result,size_t result_length,uint32_t * err_count) vtd_ats_request_translation() argument
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci.c | 3091 uint32_t *err_count) in pci_ats_request_translation() 3117 result_length, err_count); in pci_iommu_unregister_iotlb_notifier() 3063 pci_ats_request_translation(PCIDevice * dev,uint32_t pasid,bool priv_req,bool exec_req,hwaddr addr,size_t length,bool no_write,IOMMUTLBEntry * result,size_t result_length,uint32_t * err_count) pci_ats_request_translation() argument
|