Searched refs:host_features (Results 1 – 7 of 7) sorted by relevance
164 u64 host_features; in ifcvf_config_features() local166 host_features = ifcvf_get_features(hw); in ifcvf_config_features()167 hw->req_features &= host_features; in ifcvf_config_features()
1339 uint64_t host_features; in virtio_negotiate_features() local1346 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() local2635 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 …]
481 vtpci_negotiate_features(struct virtio_hw *hw, uint64_t host_features) in vtpci_negotiate_features() argument489 features = host_features & hw->guest_features; in vtpci_negotiate_features()
258 uint64_t host_features) in vtpci_cryptodev_negotiate_features() argument266 features = host_features & hw->guest_features; in vtpci_cryptodev_negotiate_features()
243 uint64_t host_features);
624 uint64_t host_features; in virtio_negotiate_features() local633 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()
169 uint32_t host_features; /**< Supported feature bitmap */ member865 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()