Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c109 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_ktls_build_netdev()
140 if (priv->netdev->features & NETIF_F_HW_TLS_RX) { in mlx5e_ktls_init_rx()
156 if (priv->netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_ktls_cleanup_rx()
/linux-5.19.10/include/linux/
Dnetdev_features.h162 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/crypto/
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-5.19.10/net/tls/
Dtls_device.c1232 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()
1401 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
1409 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
/linux-5.19.10/include/net/
Dbonding.h95 #define BOND_TLS_FEATURES (NETIF_F_HW_TLS_TX | NETIF_F_HW_TLS_RX)
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3848 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()
3861 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()
3862 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
/linux-5.19.10/Documentation/networking/
Dtls-offload.rst73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
/linux-5.19.10/net/core/
Ddev.c9678 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()
9680 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()