Home
last modified time | relevance | path

Searched refs:ifcvf (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/vdpa/ifcvf/
DMakefile2 obj-$(CONFIG_IFCVF) += ifcvf.o
3 ifcvf-$(CONFIG_IFCVF) += ifcvf_main.o ifcvf_base.o
Difcvf_base.c40 struct ifcvf_adapter *ifcvf; in get_cap_addr() local
49 ifcvf= vf_to_adapter(hw); in get_cap_addr()
50 pdev = ifcvf->pdev; in get_cap_addr()
223 struct ifcvf_adapter *ifcvf = vf_to_adapter(hw); in ifcvf_verify_min_features() local
226 IFCVF_ERR(ifcvf->pdev, "VIRTIO_F_ACCESS_PLATFORM is not negotiated\n"); in ifcvf_verify_min_features()
304 struct ifcvf_adapter *ifcvf; in ifcvf_config_features() local
306 ifcvf = vf_to_adapter(hw); in ifcvf_config_features()
311 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features()
/Linux-v6.1/drivers/vdpa/
DMakefile5 obj-$(CONFIG_IFCVF) += ifcvf/
DKconfig53 be called ifcvf.
/Linux-v6.1/
DMAINTAINERS21757 F: drivers/vdpa/ifcvf/