Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 6 of 6) sorted by relevance
127 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_ktls_build_netdev()158 if (priv->netdev->features & NETIF_F_HW_TLS_RX) { in mlx5e_ktls_init_rx()174 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_cleanup_rx()
158 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
591 netdev->hw_features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()592 netdev->features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()
73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
4340 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()4356 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()4357 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
10501 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()10503 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()