Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1454 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
1458 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() local
1476 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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcec-funcs.h766 __u8 rc_profile, __u8 dev_features) in cec_msg_report_features() argument
774 msg->msg[5] = dev_features; in cec_msg_report_features()
778 const __u8 **rc_profile, const __u8 **dev_features) in cec_ops_report_features() argument
784 *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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c3937 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local
3942 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()
/kernel/linux/linux-5.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()