Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h79 uint32_t guest_feature; /* read-write */ member
H A Dvirtio_pci.c402 &dev->common_cfg->guest_feature); in modern_set_features()
406 &dev->common_cfg->guest_feature); in modern_set_features()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c162 IFCVF_WRITE_REG32(features & ((1ULL << 32) - 1), &cfg->guest_feature); in ifcvf_set_features()
165 IFCVF_WRITE_REG32(features >> 32, &cfg->guest_feature); in ifcvf_set_features()
H A Difcvf.h82 u32 guest_feature; member
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c108 &hw->common_cfg->guest_feature); in modern_set_features()
112 &hw->common_cfg->guest_feature); in modern_set_features()
H A Dvirtio_pci.h129 uint32_t guest_feature; /* read-write */ member