Searched refs:guest_feature_select (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa_hw.c | 237 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/drivers/virtio/ |
| H A D | virtio_pci_modern_dev.c | 173 guest_feature_select)); in check_offsets() 433 vp_iowrite32(i, &cfg->guest_feature_select); in vp_modern_get_driver_extended_features() 454 vp_iowrite32(i, &cfg->guest_feature_select); in vp_modern_set_extended_features()
|
| /linux/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_base.c | 321 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/include/uapi/linux/ |
| H A D | virtio_pci.h | 163 __le32 guest_feature_select; /* read-write */ member
|