Searched refs:dev_features (Results 1 – 4 of 4) sorted by relevance
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()
2109 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument2113 if (dev_features & MLX5_VIRTIO_NET_F_GUEST_CSUM) in mlx_to_vritio_features()2115 if (dev_features & MLX5_VIRTIO_NET_F_CSUM) in mlx_to_vritio_features()2117 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO6) in mlx_to_vritio_features()2119 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO4) in mlx_to_vritio_features()2128 u16 dev_features; in get_supported_features() local2130 dev_features = MLX5_CAP_DEV_VDPA_EMULATION(mdev, device_features_bits_mask); in get_supported_features()2131 mlx_vdpa_features |= mlx_to_vritio_features(dev_features); in get_supported_features()
4016 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local4021 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()4025 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()4028 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()4031 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()4034 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()4038 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()4042 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()4045 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()