Searched refs:NETIF_F_HW_TLS_RX (Results 1 – 5 of 5) sorted by relevance
210 netdev->features |= NETIF_F_HW_TLS_RX; in mlx5e_tls_build_netdev()211 netdev->hw_features |= NETIF_F_HW_TLS_RX; in mlx5e_tls_build_netdev()
152 #define NETIF_F_HW_TLS_RX __NETIF_F(HW_TLS_RX) macro
511 netdev->hw_features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()512 netdev->features |= NETIF_F_HW_TLS_RX; in nfp_net_tls_init()
1073 if (!(netdev->features & NETIF_F_HW_TLS_RX)) { in tls_set_device_offload_rx()1202 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()1208 if ((dev->features & NETIF_F_HW_TLS_RX) && in tls_dev_event()
73 During driver initialization device sets the ``NETIF_F_HW_TLS_RX`` and