Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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-6.3-rc2/include/linux/
A Dnetdev_features.h162 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/crypto/
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-6.3-rc2/net/tls/
A Dtls_device.c1269 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()
1443 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
1451 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4026 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()
4039 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()
4040 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
/linux-6.3-rc2/Documentation/networking/
A Dtls-offload.rst73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
/linux-6.3-rc2/net/core/
A Ddev.c9672 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()
9674 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()

Completed in 48 milliseconds