Home
last modified time | relevance | path

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

/drivers/vdpa/ifcvf/
Difcvf_base.c57 struct ifcvf_adapter *ifcvf; in get_cap_addr() local
66 ifcvf= vf_to_adapter(hw); in get_cap_addr()
67 pdev = ifcvf->pdev; in get_cap_addr()
235 struct ifcvf_adapter *ifcvf = vf_to_adapter(hw); in ifcvf_verify_min_features() local
238 IFCVF_ERR(ifcvf->pdev, "VIRTIO_F_ACCESS_PLATFORM is not negotiated\n"); in ifcvf_verify_min_features()
308 struct ifcvf_adapter *ifcvf; in ifcvf_config_features() local
310 ifcvf = vf_to_adapter(hw); in ifcvf_config_features()
315 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features()
355 struct ifcvf_adapter *ifcvf; in ifcvf_hw_enable() local
358 ifcvf = vf_to_adapter(hw); in ifcvf_hw_enable()
[all …]
DMakefile2 obj-$(CONFIG_IFCVF) += ifcvf.o
3 ifcvf-$(CONFIG_IFCVF) += ifcvf_main.o ifcvf_base.o
/drivers/vdpa/
DMakefile5 obj-$(CONFIG_IFCVF) += ifcvf/
DKconfig53 be called ifcvf.