Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c112 IFCVF_ERR(pdev, "Failed to read PCI capability list\n"); in ifcvf_init_hw()
121 IFCVF_ERR(pdev, in ifcvf_init_hw()
162 IFCVF_ERR(pdev, "Incomplete PCI capabilities\n"); in ifcvf_init_hw()
254 IFCVF_ERR(hw->pdev, "VIRTIO_F_ACCESS_PLATFORM is not negotiated\n"); in ifcvf_verify_min_features()
282 IFCVF_ERR(hw->pdev, "VIRTIO ID %u not supported\n", hw->dev_type); in ifcvf_get_config_size()
H A Difcvf_base.h33 #define IFCVF_ERR(pdev, fmt, ...) dev_err(&pdev->dev, fmt, ##__VA_ARGS__) macro