Searched refs:IFCVF_ERR (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/vdpa/ifcvf/ |
D | ifcvf_main.c | 71 IFCVF_ERR(pdev, "Failed to alloc IRQ vectors\n"); in ifcvf_request_irq() 83 IFCVF_ERR(pdev, "Failed to request config irq\n"); in ifcvf_request_irq() 97 IFCVF_ERR(pdev, in ifcvf_request_irq() 232 IFCVF_ERR(adapter->pdev, in ifcvf_vdpa_set_status() 409 IFCVF_ERR(pdev, "Failed to enable device\n"); in ifcvf_probe() 416 IFCVF_ERR(pdev, "Failed to request MMIO region\n"); in ifcvf_probe() 422 IFCVF_ERR(pdev, "No usable DMA confiugration\n"); in ifcvf_probe() 428 IFCVF_ERR(pdev, in ifcvf_probe() 435 IFCVF_ERR(pdev, in ifcvf_probe() 444 IFCVF_ERR(pdev, "Failed to allocate vDPA structure"); 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() 155 IFCVF_ERR(pdev, "Incomplete PCI capabilities\n"); in ifcvf_init_hw() 268 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features() 316 IFCVF_ERR(ifcvf->pdev, "No msix vector for device config\n"); in ifcvf_hw_enable() 336 IFCVF_ERR(ifcvf->pdev, in ifcvf_hw_enable()
|
D | ifcvf_base.h | 48 #define IFCVF_ERR(pdev, fmt, ...) dev_err(&pdev->dev, fmt, ##__VA_ARGS__) macro
|