Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H 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()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H 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()
/openbmc/linux/include/linux/
H A Dnetdev_features.h161 #define NETIF_F_HW_TLS_TX __NETIF_F(HW_TLS_TX) macro
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H 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()
/openbmc/linux/net/tls/
H A Dtls_device.c1071 if (!(netdev->features & NETIF_F_HW_TLS_TX)) { in tls_set_device_offload()
1400 !(dev->features & (NETIF_F_HW_TLS_RX | NETIF_F_HW_TLS_TX))) in tls_dev_event()
/openbmc/linux/Documentation/networking/
H A Dtls-offload.rst74 ``NETIF_F_HW_TLS_TX`` features and installs its
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4122 features &= ~NETIF_F_HW_TLS_TX; in mlx5e_fix_uplink_rep_features()
4123 if (netdev->features & NETIF_F_HW_TLS_TX) in mlx5e_fix_uplink_rep_features()
/openbmc/linux/net/core/
H A Ddev.c9787 if (features & NETIF_F_HW_TLS_TX) { in netdev_fix_features()
9794 features &= ~NETIF_F_HW_TLS_TX; in netdev_fix_features()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6836 netdev->hw_features |= NETIF_F_HW_TLS_TX; in init_one()