Home
last modified time | relevance | path

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

/Linux-v5.15/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()
287 struct ifcvf_adapter *ifcvf; in ifcvf_config_features() local
289 ifcvf = vf_to_adapter(hw); in ifcvf_config_features()
294 IFCVF_ERR(ifcvf->pdev, "Failed to set FEATURES_OK status\n"); in ifcvf_config_features()
334 struct ifcvf_adapter *ifcvf; in ifcvf_hw_enable() local
337 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
/Linux-v5.15/drivers/vdpa/
DMakefile5 obj-$(CONFIG_IFCVF) += ifcvf/
DKconfig53 be called ifcvf.