Home
last modified time | relevance | path

Searched refs:req_features (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c1508 req_features); in virtio_ethdev_negotiate_features()
1531 hw->guest_features = req_features; in virtio_ethdev_negotiate_features()
1548 hw->req_guest_features = req_features; in virtio_ethdev_negotiate_features()
2560 uint64_t req_features; in virtio_dev_configure() local
2587 req_features |= (1ULL << VIRTIO_NET_F_RSS); in virtio_dev_configure()
2590 req_features &= ~(1ULL << VIRTIO_NET_F_MTU); in virtio_dev_configure()
2599 req_features |= in virtio_dev_configure()
2605 req_features |= (1ULL << VIRTIO_NET_F_CSUM); in virtio_dev_configure()
2608 req_features |= in virtio_dev_configure()
2613 if (req_features != hw->req_guest_features) { in virtio_dev_configure()
[all …]
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.h55 uint64_t req_features; member
H A Dsfc_vdpa_ops.c268 ops_data->req_features; in sfc_vdpa_virtq_start()
451 &ops_data->req_features); in sfc_vdpa_start()
455 ops_data->req_features); in sfc_vdpa_start()
/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c622 virtio_negotiate_features(struct virtio_crypto_hw *hw, uint64_t req_features) in virtio_negotiate_features() argument
630 req_features); in virtio_negotiate_features()
641 hw->guest_features = req_features; in virtio_negotiate_features()
663 hw->req_guest_features = req_features; in virtio_negotiate_features()
671 uint64_t req_features) in virtio_crypto_init_device() argument
687 if (virtio_negotiate_features(hw, req_features) < 0) in virtio_crypto_init_device()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c174 hw->req_features &= host_features; in ifcvf_config_features()
176 ifcvf_set_features(hw, hw->req_features); in ifcvf_config_features()
H A Difcvf.h125 u64 req_features; member
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c270 rte_vhost_get_negotiated_features(vid, &hw->req_features); in vdpa_ifcvf_start()
599 rte_vhost_get_negotiated_features(vid, &hw->req_features); in m_ifcvf_start()