Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_virtio.c290 uint32_t features_lo; in rhead_virtio_get_features() local
321 features_lo = MCDI_OUT_DWORD(req, VIRTIO_GET_FEATURES_OUT_FEATURES_LO); in rhead_virtio_get_features()
323 *featuresp = ((uint64_t)features_hi << 32) | features_lo; in rhead_virtio_get_features()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c144 u32 features_lo, features_hi; in ifcvf_get_features() local
148 features_lo = IFCVF_READ_REG32(&cfg->device_feature); in ifcvf_get_features()
153 return ((u64)features_hi << 32) | features_lo; in ifcvf_get_features()
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c92 uint32_t features_lo, features_hi; in modern_get_features() local
95 features_lo = rte_read32(&hw->common_cfg->device_feature); in modern_get_features()
100 return ((uint64_t)features_hi << 32) | features_lo; in modern_get_features()
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c384 uint32_t features_lo, features_hi; in modern_get_features() local
387 features_lo = rte_read32(&dev->common_cfg->device_feature); in modern_get_features()
392 return ((uint64_t)features_hi << 32) | features_lo; in modern_get_features()