Home
last modified time | relevance | path

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

/drivers/vdpa/ifcvf/
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()
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 …]
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()
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()
Difcvf_base.h38 #define IFCVF_ERR(pdev, fmt, ...) dev_err(&pdev->dev, fmt, ##__VA_ARGS__) macro