Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vdpa/ifcvf/
Difcvf_base.h76 u64 dev_features; member
Difcvf_base.c232 return hw->dev_features; in ifcvf_get_dev_features()
Difcvf_main.c715 vf->dev_features = device_features; in ifcvf_vdpa_dev_add()
/Linux-v6.6/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c2304 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
2308 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_MRG_RXBUF)) in mlx_to_vritio_features()
2310 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_ECN)) in mlx_to_vritio_features()
2312 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_ECN)) in mlx_to_vritio_features()
2314 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO6)) in mlx_to_vritio_features()
2316 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO4)) in mlx_to_vritio_features()
2318 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_CSUM)) in mlx_to_vritio_features()
2320 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_CSUM)) in mlx_to_vritio_features()
2322 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO6)) in mlx_to_vritio_features()
2324 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO4)) in mlx_to_vritio_features()
[all …]
/Linux-v6.6/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-v6.6/drivers/net/ethernet/amazon/ena/
Dena_netdev.c4244 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local
4249 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()
4253 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()
4256 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()
4259 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()
4262 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()
4266 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()
4270 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()
4273 dev_features | in ena_set_dev_offloads()
/Linux-v6.6/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()