Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 8 of 8) sorted by relevance
67 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_ktls_build_netdev()91 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_init_rx()99 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_cleanup_rx()
211 netdev->features |= NETIF_F_HW_TLS_RX; in mlx5e_tls_build_netdev()212 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_tls_build_netdev()
156 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
590 netdev->hw_features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()591 netdev->features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()
1205 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()1374 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()1380 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
2344 if (netdev->hw_features & NETIF_F_HW_TLS_RX) in mlx5e_build_async_icosq_log_wq_sz()3979 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()
9637 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()9639 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()