Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c127 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()
/linux/include/linux/
H A Dnetdev_features.h158 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c591 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()
/linux/Documentation/networking/
H A Dtls-offload.rst73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4340 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()
/linux/net/core/
H A Ddev.c10501 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()