Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c104 netdev->hw_features |= NETIF_F_HW_TLS_TX; in mlx5e_ktls_build_netdev()
105 netdev->features |= NETIF_F_HW_TLS_TX; in mlx5e_ktls_build_netdev()
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
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-5.19.10/include/linux/
Dnetdev_features.h161 #define NETIF_F_HW_TLS_TX __NETIF_F(HW_TLS_TX) macro
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/crypto/
Dtls.c594 netdev->hw_features |= NETIF_F_HW_TLS_TX; in nfp_net_tls_init()
595 netdev->features |= NETIF_F_HW_TLS_TX; in nfp_net_tls_init()
/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/net/tls/
Dtls_device.c1066 if (!(netdev->features & NETIF_F_HW_TLS_TX)) { in tls_set_device_offload()
1401 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
/linux-5.19.10/Documentation/networking/
Dtls-offload.rst74 ``NETIF_F_HW_TLS_TX`` features and installs its
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3865 features &= ~NETIF_F_HW_TLS_TX; in mlx5e_fix_uplink_rep_features()
3866 if (netdev->features & NETIF_F_HW_TLS_TX) in mlx5e_fix_uplink_rep_features()
/linux-5.19.10/net/core/
Ddev.c9667 if (features & NETIF_F_HW_TLS_TX) { in netdev_fix_features()
9674 features &= ~NETIF_F_HW_TLS_TX; in netdev_fix_features()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6843 netdev->hw_features |= NETIF_F_HW_TLS_TX; in init_one()