Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c164 u64 host_features; in ifcvf_config_features() local
166 host_features = ifcvf_get_features(hw); in ifcvf_config_features()
167 hw->req_features &= host_features; in ifcvf_config_features()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c1339 uint64_t host_features; in virtio_negotiate_features() local
1346 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
1348 host_features); in virtio_negotiate_features()
1351 if (host_features & req_features & (1ULL << VIRTIO_NET_F_MTU)) { in virtio_negotiate_features()
2623 uint64_t tso_mask, host_features; in virtio_dev_info_get() local
2635 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_dev_info_get()
2638 if (host_features & (1ULL << VIRTIO_NET_F_GUEST_CSUM)) { in virtio_dev_info_get()
2643 if (host_features & (1ULL << VIRTIO_NET_F_CTRL_VLAN)) in virtio_dev_info_get()
2647 if ((host_features & tso_mask) == tso_mask) in virtio_dev_info_get()
2652 if (host_features & (1ULL << VIRTIO_NET_F_CSUM)) { in virtio_dev_info_get()
[all …]
H A Dvirtio_pci.c481 vtpci_negotiate_features(struct virtio_hw *hw, uint64_t host_features) in vtpci_negotiate_features() argument
489 features = host_features & hw->guest_features; in vtpci_negotiate_features()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c258 uint64_t host_features) in vtpci_cryptodev_negotiate_features() argument
266 features = host_features & hw->guest_features; in vtpci_cryptodev_negotiate_features()
H A Dvirtio_pci.h243 uint64_t host_features);
H A Dvirtio_cryptodev.c624 uint64_t host_features; in virtio_negotiate_features() local
633 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
635 host_features); in virtio_negotiate_features()
643 host_features); in virtio_negotiate_features()
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c169 uint32_t host_features; /**< Supported feature bitmap */ member
865 avp->host_features = host_info->features; in avp_dev_create()
2206 if (avp->host_features & RTE_AVP_FEATURE_VLAN_OFFLOAD) { in avp_dev_info_get()
2222 if (avp->host_features & RTE_AVP_FEATURE_VLAN_OFFLOAD) { in avp_vlan_offload_set()