Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c89 static const struct tlsdev_ops mlx5e_ktls_ops = {
129 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c126 static const struct tlsdev_ops fun_ktls_ops = {
142 netdev->tlsdev_ops = &fun_ktls_ops; in fun_ktls_init()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst59 struct tlsdev_ops* tlsdev_ops
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h493 const struct tlsdev_ops *tlsdev_ops; member
H A Dcxgb4_main.c6394 if (!adap->uld[CXGB4_ULD_KTLS].tlsdev_ops) { in chcr_offload_state()
6444 ret = adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_add(netdev, sk, in cxgb4_ktls_dev_add()
6467 adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_del(netdev, tls_ctx, in cxgb4_ktls_dev_del()
6475 static const struct tlsdev_ops cxgb4_ktls_ops = {
6831 netdev->tlsdev_ops = &cxgb4_ktls_ops; in init_one()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c465 static const struct tlsdev_ops nfp_net_tls_ops = {
599 netdev->tlsdev_ops = &nfp_net_tls_ops; in nfp_net_tls_init()
/linux/Documentation/networking/
H A Dtls-offload.rst75 :c:type:`struct tlsdev_ops <tlsdev_ops>`
76 pointer in the :c:member:`tlsdev_ops` member of the
87 :c:type:`struct tlsdev_ops <tlsdev_ops>`:
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c2132 static const struct tlsdev_ops chcr_ktls_ops = {
2237 .tlsdev_ops = &chcr_ktls_ops,
/linux/include/linux/
H A Dnetdevice.h1015 struct tlsdev_ops;
2201 const struct tlsdev_ops *tlsdev_ops; member