Home
last modified time | relevance | path

Searched refs:IFCVF_ERR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vdpa/ifcvf/
A Difcvf_main.c74 IFCVF_ERR(pdev, "Failed to alloc IRQ vectors\n"); in ifcvf_request_irq()
86 IFCVF_ERR(pdev, "Failed to request config irq\n"); in ifcvf_request_irq()
100 IFCVF_ERR(pdev, in ifcvf_request_irq()
236 IFCVF_ERR(adapter->pdev, in ifcvf_vdpa_set_status()
537 IFCVF_ERR(pdev, "Failed to init IFCVF hw\n"); in ifcvf_vdpa_dev_add()
549 IFCVF_ERR(pdev, "Failed to register to vDPA bus"); in ifcvf_vdpa_dev_add()
607 IFCVF_ERR(pdev, "Failed to enable device\n"); in ifcvf_probe()
614 IFCVF_ERR(pdev, "Failed to request MMIO region\n"); in ifcvf_probe()
620 IFCVF_ERR(pdev, "No usable DMA configuration\n"); in ifcvf_probe()
626 IFCVF_ERR(pdev, in ifcvf_probe()
[all …]
A Difcvf_base.c109 IFCVF_ERR(pdev, "Failed to read PCI capability list\n"); in ifcvf_init_hw()
117 IFCVF_ERR(pdev, in ifcvf_init_hw()
157 IFCVF_ERR(pdev, "Incomplete PCI capabilities\n"); in ifcvf_init_hw()
238 IFCVF_ERR(ifcvf->pdev, "VIRTIO_F_ACCESS_PLATFORM is not negotiated\n"); in ifcvf_verify_min_features()
294 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features()
342 IFCVF_ERR(ifcvf->pdev, "No msix vector for device config\n"); in ifcvf_hw_enable()
362 IFCVF_ERR(ifcvf->pdev, in ifcvf_hw_enable()
A Difcvf_base.h38 #define IFCVF_ERR(pdev, fmt, ...) dev_err(&pdev->dev, fmt, ##__VA_ARGS__) macro

Completed in 7 milliseconds