Searched refs:IFCVF_ERR (Results 1 – 3 of 3) sorted by relevance
/drivers/vdpa/ifcvf/ |
D | ifcvf_main.c | 74 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() 184 IFCVF_ERR(pdev, "VIRTIO ID %u not supported\n", vf->dev_type); in ifcvf_vdpa_get_features() 236 IFCVF_ERR(adapter->pdev, in ifcvf_vdpa_set_status() 503 IFCVF_ERR(pdev, "Failed to allocate vDPA structure"); in ifcvf_vdpa_dev_add() 518 IFCVF_ERR(pdev, "Failed to init IFCVF hw\n"); in ifcvf_vdpa_dev_add() 531 IFCVF_ERR(pdev, "Failed to register to vDPA bus"); in ifcvf_vdpa_dev_add() 565 IFCVF_ERR(pdev, "Failed to alloc memory for the vDPA management device\n"); in ifcvf_probe() 578 IFCVF_ERR(pdev, "VIRTIO ID %u not supported\n", dev_type); in ifcvf_probe() [all …]
|
D | ifcvf_base.c | 109 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() 260 IFCVF_ERR(adapter->pdev, "VIRTIO ID %u not supported\n", hw->dev_type); in ifcvf_get_config_size() 315 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features() 363 IFCVF_ERR(ifcvf->pdev, "No msix vector for device config\n"); in ifcvf_hw_enable() 383 IFCVF_ERR(ifcvf->pdev, in ifcvf_hw_enable()
|
D | ifcvf_base.h | 38 #define IFCVF_ERR(pdev, fmt, ...) dev_err(&pdev->dev, fmt, ##__VA_ARGS__) macro
|