Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_ktls.c143 netdev->hw_features |= NETIF_F_HW_TLS_TX; in fun_ktls_init()
144 netdev->features |= NETIF_F_HW_TLS_TX; in fun_ktls_init()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls.c122 netdev->hw_features |= NETIF_F_HW_TLS_TX; in mlx5e_ktls_build_netdev()
123 netdev->features |= NETIF_F_HW_TLS_TX; in mlx5e_ktls_build_netdev()
/linux-6.3-rc2/include/linux/
A Dnetdev_features.h161 #define NETIF_F_HW_TLS_TX __NETIF_F(HW_TLS_TX) macro
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/crypto/
A Dtls.c595 netdev->hw_features |= NETIF_F_HW_TLS_TX; in nfp_net_tls_init()
596 netdev->features |= NETIF_F_HW_TLS_TX; in nfp_net_tls_init()
/linux-6.3-rc2/net/tls/
A Dtls_device.c1100 if (!(netdev->features & NETIF_F_HW_TLS_TX)) { in tls_set_device_offload()
1443 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
/linux-6.3-rc2/Documentation/networking/
A Dtls-offload.rst74 ``NETIF_F_HW_TLS_TX`` features and installs its
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4043 features &= ~NETIF_F_HW_TLS_TX; in mlx5e_fix_uplink_rep_features()
4044 if (netdev->features & NETIF_F_HW_TLS_TX) in mlx5e_fix_uplink_rep_features()
/linux-6.3-rc2/net/core/
A Ddev.c9661 if (features & NETIF_F_HW_TLS_TX) { in netdev_fix_features()
9668 features &= ~NETIF_F_HW_TLS_TX; in netdev_fix_features()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c6838 netdev->hw_features |= NETIF_F_HW_TLS_TX; in init_one()

Completed in 51 milliseconds