Searched refs:dev_features (Results 1 – 9 of 9) sorted by relevance
565 features->dev_features = in qmp_decode_features()571 features->dev_features = in qmp_decode_features()577 features->dev_features = in qmp_decode_features()583 features->dev_features = in qmp_decode_features()589 features->dev_features = in qmp_decode_features()595 features->dev_features = in qmp_decode_features()601 features->dev_features = in qmp_decode_features()607 features->dev_features = in qmp_decode_features()613 features->dev_features = in qmp_decode_features()619 features->dev_features = in qmp_decode_features()[all …]
64 strList *list = features->dev_features; in hmp_virtio_dump_features()
76 u64 dev_features; member
232 return hw->dev_features; in ifcvf_get_dev_features()
715 vf->dev_features = device_features; in ifcvf_vdpa_dev_add()
2309 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument2313 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_MRG_RXBUF)) in mlx_to_vritio_features()2315 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_ECN)) in mlx_to_vritio_features()2317 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_ECN)) in mlx_to_vritio_features()2319 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO6)) in mlx_to_vritio_features()2321 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO4)) in mlx_to_vritio_features()2323 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_CSUM)) in mlx_to_vritio_features()2325 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_CSUM)) in mlx_to_vritio_features()2327 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO6)) in mlx_to_vritio_features()2329 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO4)) in mlx_to_vritio_features()[all …]
850 __u8 rc_profile, __u8 dev_features) in cec_msg_report_features() argument858 msg->msg[5] = dev_features; in cec_msg_report_features()863 const __u8 **rc_profile, const __u8 **dev_features) in cec_ops_report_features() argument870 *dev_features = NULL; in cec_ops_report_features()874 *dev_features = p + 1; in cec_ops_report_features()879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
3646 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local3651 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()3655 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()3658 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()3661 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()3664 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()3668 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3672 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3675 dev_features | in ena_set_dev_offloads()
626 netdev_features_t dev_features) in check_csum() argument646 !(dev_features & NETIF_F_HW_VLAN_CTAG_RX)) { in check_csum()