Searched refs:dev_features (Results 1 – 5 of 5) sorted by relevance
1454 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument1458 if (dev_features & MLX5_VIRTIO_NET_F_GUEST_CSUM) in mlx_to_vritio_features()1460 if (dev_features & MLX5_VIRTIO_NET_F_CSUM) in mlx_to_vritio_features()1462 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO6) in mlx_to_vritio_features()1464 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO4) in mlx_to_vritio_features()1474 u16 dev_features; in mlx5_vdpa_get_features() local1476 dev_features = MLX5_CAP_DEV_VDPA_EMULATION(mvdev->mdev, device_features_bits_mask); in mlx5_vdpa_get_features()1477 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
766 __u8 rc_profile, __u8 dev_features) in cec_msg_report_features() argument774 msg->msg[5] = dev_features; in cec_msg_report_features()778 const __u8 **rc_profile, const __u8 **dev_features) in cec_ops_report_features() argument784 *dev_features = NULL; in cec_ops_report_features()788 *dev_features = p + 1; in cec_ops_report_features()793 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
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()
3937 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local3942 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()3946 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()3949 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()3952 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()3955 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()3959 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3963 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3966 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()