Home
last modified time | relevance | path

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

/linux-6.15/drivers/virtio/
H A Dvirtio_pci_modern_dev.c173 guest_feature_select)); in check_offsets()
423 vp_iowrite32(0, &cfg->guest_feature_select); in vp_modern_get_driver_features()
425 vp_iowrite32(1, &cfg->guest_feature_select); in vp_modern_get_driver_features()
442 vp_iowrite32(0, &cfg->guest_feature_select); in vp_modern_set_features()
444 vp_iowrite32(1, &cfg->guest_feature_select); in vp_modern_set_features()
/linux-6.15/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_hw.c237 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features()
242 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features()
252 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features()
257 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features()
/linux-6.15/drivers/vdpa/ifcvf/
H A Difcvf_base.c321 vp_iowrite32(0, &cfg->guest_feature_select); in ifcvf_set_driver_features()
324 vp_iowrite32(1, &cfg->guest_feature_select); in ifcvf_set_driver_features()
/linux-6.15/include/uapi/linux/
H A Dvirtio_pci.h163 __le32 guest_feature_select; /* read-write */ member