Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 9 of 9) sorted by relevance
71 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()
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()
162 #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()
1203 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()
92 #define BOND_TLS_FEATURES (NETIF_F_HW_TLS_TX | NETIF_F_HW_TLS_RX)
3470 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TLS_RX, mlx5e_ktls_set_feature_rx); in mlx5e_set_features()3483 features &= ~NETIF_F_HW_TLS_RX; in mlx5e_fix_uplink_rep_features()3484 if (netdev->features & NETIF_F_HW_TLS_RX) in mlx5e_fix_uplink_rep_features()
73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and
9924 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) { in netdev_fix_features()9926 features &= ~NETIF_F_HW_TLS_RX; in netdev_fix_features()