Searched refs:host_features (Results 1 – 8 of 8) sorted by relevance
12 virtio_negotiate_features(struct virtio_hw *hw, uint64_t host_features) in virtio_negotiate_features() argument20 features = host_features & hw->guest_features; in virtio_negotiate_features()
1504 uint64_t host_features; in virtio_ethdev_negotiate_features() local1511 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() local3039 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 …]
276 uint64_t virtio_negotiate_features(struct virtio_hw *hw, uint64_t host_features);
171 u64 host_features; in ifcvf_config_features() local173 host_features = ifcvf_get_features(hw); in ifcvf_config_features()174 hw->req_features &= host_features; in ifcvf_config_features()
258 uint64_t host_features) in vtpci_cryptodev_negotiate_features() argument266 features = host_features & hw->guest_features; in vtpci_cryptodev_negotiate_features()
244 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()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()