Searched refs:dev_features (Results 1 – 6 of 6) sorted by relevance
77 u64 dev_features; member
231 return hw->dev_features; in ifcvf_get_dev_features()
2661 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument2665 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_MRG_RXBUF)) in mlx_to_vritio_features()2667 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_ECN)) in mlx_to_vritio_features()2669 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_ECN)) in mlx_to_vritio_features()2671 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO6)) in mlx_to_vritio_features()2673 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_TSO4)) in mlx_to_vritio_features()2675 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_GUEST_CSUM)) in mlx_to_vritio_features()2677 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_CSUM)) in mlx_to_vritio_features()2679 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO6)) in mlx_to_vritio_features()2681 if (dev_features & BIT_ULL(MLX5_VIRTIO_NET_F_HOST_TSO4)) in mlx_to_vritio_features()[all …]
850 __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()
3755 netdev_features_t dev_features = 0; in ena_set_dev_offloads() local3760 dev_features |= NETIF_F_IP_CSUM; in ena_set_dev_offloads()3764 dev_features |= NETIF_F_IPV6_CSUM; in ena_set_dev_offloads()3767 dev_features |= NETIF_F_TSO; in ena_set_dev_offloads()3770 dev_features |= NETIF_F_TSO6; in ena_set_dev_offloads()3773 dev_features |= NETIF_F_TSO_ECN; in ena_set_dev_offloads()3777 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3781 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()3784 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()