Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.c12 virtio_negotiate_features(struct virtio_hw *hw, uint64_t host_features) in virtio_negotiate_features() argument
20 features = host_features & hw->guest_features; in virtio_negotiate_features()
H A Dvirtio_ethdev.c1504 uint64_t host_features; in virtio_ethdev_negotiate_features() local
1511 host_features = VIRTIO_OPS(hw)->get_features(hw); in virtio_ethdev_negotiate_features()
1513 host_features); in virtio_ethdev_negotiate_features()
3025 uint64_t tso_mask, host_features; in virtio_dev_info_get() local
3039 host_features = VIRTIO_OPS(hw)->get_features(hw); in virtio_dev_info_get()
3041 if (host_features & (1ULL << VIRTIO_NET_F_MRG_RXBUF)) in virtio_dev_info_get()
3048 if (host_features & (1ULL << VIRTIO_NET_F_CTRL_VLAN)) in virtio_dev_info_get()
3052 if ((host_features & tso_mask) == tso_mask) in virtio_dev_info_get()
3057 if (host_features & (1ULL << VIRTIO_NET_F_CSUM)) { in virtio_dev_info_get()
3064 if ((host_features & tso_mask) == tso_mask) in virtio_dev_info_get()
[all …]
H A Dvirtio.h276 uint64_t virtio_negotiate_features(struct virtio_hw *hw, uint64_t host_features);
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c171 u64 host_features; in ifcvf_config_features() local
173 host_features = ifcvf_get_features(hw); in ifcvf_config_features()
174 hw->req_features &= host_features; in ifcvf_config_features()
/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.h244 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()
/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()
2193 if (avp->host_features & RTE_AVP_FEATURE_VLAN_OFFLOAD) { in avp_dev_info_get()
2209 if (avp->host_features & RTE_AVP_FEATURE_VLAN_OFFLOAD) { in avp_vlan_offload_set()