Home
last modified time | relevance | path

Searched refs:dev_features (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h850 __u8 rc_profile, __u8 dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const __u8 **rc_profile, const __u8 **dev_features) in cec_ops_report_features() argument
870 *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()
/linux-5.19.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c2109 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
2113 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() local
2130 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()
/linux-5.19.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c4016 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local
4021 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()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c626 netdev_features_t dev_features) in check_csum() argument
646 !(dev_features & NETIF_F_HW_VLAN_CTAG_RX)) { in check_csum()