Searched refs:dev_features (Results 1 – 5 of 5) sorted by relevance
77 u64 dev_features; member
231 return hw->dev_features; in ifcvf_get_dev_features()
2672 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument2676 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_MRG_RXBUF)) in mlx_to_vritio_features()2678 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_ECN)) in mlx_to_vritio_features()2680 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_ECN)) in mlx_to_vritio_features()2682 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO6)) in mlx_to_vritio_features()2684 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO4)) in mlx_to_vritio_features()2686 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_CSUM)) in mlx_to_vritio_features()2688 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_CSUM)) in mlx_to_vritio_features()2690 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO6)) in mlx_to_vritio_features()2692 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO4)) in mlx_to_vritio_features()[all …]
3770 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local3775 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()3779 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()3782 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()3785 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()3788 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()3792 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3796 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3799 dev_features | in ena_set_dev_offloads()
597 netdev_features_t dev_features) in check_csum() argument617 !(dev_features & NETIF_F_HW_VLAN_CTAG_RX)) { in check_csum()