Searched refs:guest_feature (Results 1 – 4 of 4) sorted by relevance
241 features_lo = vp_ioread32(&cfg->guest_feature); in ifcvf_get_driver_features()244 features_hi = vp_ioread32(&cfg->guest_feature); in ifcvf_get_driver_features()322 vp_iowrite32((u32)features, &cfg->guest_feature); in ifcvf_set_driver_features()325 vp_iowrite32(features >> 32, &cfg->guest_feature); in ifcvf_set_driver_features()
240 features_lo = ioread32(&oct_hw->common_cfg->guest_feature); in octep_hw_get_drv_features()245 features_hi = ioread32(&oct_hw->common_cfg->guest_feature); in octep_hw_get_drv_features()255 iowrite32(features & (BIT_ULL(32) - 1), &oct_hw->common_cfg->guest_feature); in octep_hw_set_drv_features()260 iowrite32(features >> 32, &oct_hw->common_cfg->guest_feature); in octep_hw_set_drv_features()
175 offsetof(struct virtio_pci_common_cfg, guest_feature)); in check_offsets()434 cur = vp_ioread32(&cfg->guest_feature); in vp_modern_get_driver_extended_features()455 vp_iowrite32(cur, &cfg->guest_feature); in vp_modern_set_extended_features()
164 __le32 guest_feature; /* read-write */ member