Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h78 uint32_t guest_feature_select; /* read-write */ member
H A Dvirtio_pci.c400 rte_write32(0, &dev->common_cfg->guest_feature_select); in modern_set_features()
404 rte_write32(1, &dev->common_cfg->guest_feature_select); in modern_set_features()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c161 IFCVF_WRITE_REG32(0, &cfg->guest_feature_select); in ifcvf_set_features()
164 IFCVF_WRITE_REG32(1, &cfg->guest_feature_select); in ifcvf_set_features()
H A Difcvf.h81 u32 guest_feature_select; member
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c106 rte_write32(0, &hw->common_cfg->guest_feature_select); in modern_set_features()
110 rte_write32(1, &hw->common_cfg->guest_feature_select); in modern_set_features()
H A Dvirtio_pci.h128 uint32_t guest_feature_select; /* read-write */ member