Searched refs:priv_tx (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ktls_tx.c | 25 fill_static_params_ctx(void *ctx, struct mlx5e_ktls_offload_context_tx *priv_tx) in fill_static_params_ctx() argument 27 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in fill_static_params_ctx() 48 MLX5_SET(tls_static_params, ctx, dek_index, priv_tx->key_id); in fill_static_params_ctx() 53 struct mlx5e_ktls_offload_context_tx *priv_tx, in build_static_params() argument 67 cseg->tisn = cpu_to_be32(priv_tx->tisn << 8); in build_static_params() 72 fill_static_params_ctx(wqe->tls_static_params_ctx, priv_tx); in build_static_params() 76 fill_progress_params_ctx(void *ctx, struct mlx5e_ktls_offload_context_tx *priv_tx) in fill_progress_params_ctx() argument 78 MLX5_SET(tls_progress_params, ctx, tisn, priv_tx->tisn); in fill_progress_params_ctx() 87 struct mlx5e_ktls_offload_context_tx *priv_tx, in build_progress_params() argument 102 fill_progress_params_ctx(wqe->tls_progress_params_ctx, priv_tx); in build_progress_params() [all …]
|
| D | ktls.h | 56 struct mlx5e_ktls_offload_context_tx *priv_tx; member 61 struct mlx5e_ktls_offload_context_tx *priv_tx) in mlx5e_set_ktls_tx_priv_ctx() argument 70 shadow->priv_tx = priv_tx; in mlx5e_set_ktls_tx_priv_ctx() 71 priv_tx->tx_ctx = tx_ctx; in mlx5e_set_ktls_tx_priv_ctx() 84 return shadow->priv_tx; in mlx5e_get_ktls_tx_priv_ctx() 88 void mlx5e_ktls_tx_offload_set_pending(struct mlx5e_ktls_offload_context_tx *priv_tx);
|
| /Linux-v5.4/drivers/usb/usbip/ |
| D | stub_tx.c | 99 list_move_tail(&priv->list, &sdev->priv_tx); in stub_complete() 139 list_for_each_entry_safe(priv, tmp, &sdev->priv_tx, list) { in dequeue_from_priv_tx() 447 (!list_empty(&sdev->priv_tx) || in stub_tx_loop()
|
| D | stub.h | 40 struct list_head priv_tx; member
|
| D | vhci_tx.c | 41 list_for_each_entry_safe(priv, tmp, &vdev->priv_tx, list) { in dequeue_from_priv_tx() 248 (!list_empty(&vdev->priv_tx) || in vhci_tx_loop()
|
| D | vhci.h | 40 struct list_head priv_tx; member
|
| D | stub_main.c | 339 priv = stub_priv_pop_from_listhead(&sdev->priv_tx); in stub_priv_pop()
|
| D | stub_dev.c | 249 INIT_LIST_HEAD(&sdev->priv_tx); in stub_device_alloc()
|
| D | vhci_hcd.c | 678 list_add_tail(&priv->list, &vdev->priv_tx); in vhci_tx_urb() 1097 INIT_LIST_HEAD(&vdev->priv_tx); in vhci_device_init()
|