Home
last modified time | relevance | path

Searched refs:priv_tx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c61 struct mlx5e_ktls_offload_context_tx *priv_tx) in mlx5e_set_ktls_tx_priv_ctx() argument
66 BUILD_BUG_ON(sizeof(priv_tx) > TLS_DRIVER_STATE_SIZE_TX); in mlx5e_set_ktls_tx_priv_ctx()
68 *ctx = priv_tx; in mlx5e_set_ktls_tx_priv_ctx()
83 struct mlx5e_ktls_offload_context_tx *priv_tx; in mlx5e_ktls_add_tx() local
93 priv_tx = kzalloc(sizeof(*priv_tx), GFP_KERNEL); in mlx5e_ktls_add_tx()
94 if (!priv_tx) in mlx5e_ktls_add_tx()
97 err = mlx5_ktls_create_key(mdev, crypto_info, &priv_tx->key_id); in mlx5e_ktls_add_tx()
101 priv_tx->expected_seq = start_offload_tcp_sn; in mlx5e_ktls_add_tx()
102 priv_tx->crypto_info = in mlx5e_ktls_add_tx()
104 priv_tx->tx_ctx = tls_offload_ctx_tx(tls_ctx); in mlx5e_ktls_add_tx()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_tx.c99 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()
H A Dvhci_tx.c41 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()
H A Dstub.h40 struct list_head priv_tx; member
H A Dvhci.h40 struct list_head priv_tx; member
H A Dstub_main.c339 priv = stub_priv_pop_from_listhead(&sdev->priv_tx); in stub_priv_pop()
H A Dstub_dev.c284 INIT_LIST_HEAD(&sdev->priv_tx); in stub_device_alloc()
H A Dvhci_hcd.c687 list_add_tail(&priv->list, &vdev->priv_tx); in vhci_tx_urb()
1137 INIT_LIST_HEAD(&vdev->priv_tx); in vhci_device_init()