Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls.c71 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_ktls_build_netdev()
102 if (priv->netdev->features & NETIF_F_HW_TLS_RX) { in mlx5e_ktls_init_rx()
118 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_cleanup_rx()
A Dtls.c211 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()
/linux/include/linux/
A Dnetdev_features.h162 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
/linux/drivers/net/ethernet/netronome/nfp/crypto/
A Dtls.c590 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()
/linux/net/tls/
A Dtls_device.c1203 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()
1364 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
1372 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
/linux/include/net/
A Dbonding.h92 #define BOND_TLS_FEATURES (NETIF_F_HW_TLS_TX | NETIF_F_HW_TLS_RX)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c3784 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()
3797 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()
3798 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
/linux/Documentation/networking/
A Dtls-offload.rst73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
/linux/net/core/
A Ddev.c9954 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()
9956 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()

Completed in 47 milliseconds