Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_tx.c114 *ctx = priv_tx; in mlx5e_set_ktls_tx_priv_ctx()
172 struct mlx5e_ktls_offload_context_tx *priv_tx = async->priv_tx; in create_tis_callback() local
187 struct mlx5e_ktls_offload_context_tx *priv_tx = async->priv_tx; in destroy_tis_callback() local
189 kfree(priv_tx); in destroy_tis_callback()
199 priv_tx = kzalloc(sizeof(*priv_tx), GFP_KERNEL); in mlx5e_tls_priv_tx_init()
200 if (!priv_tx) in mlx5e_tls_priv_tx_init()
211 async->priv_tx = priv_tx; in mlx5e_tls_priv_tx_init()
219 return priv_tx; in mlx5e_tls_priv_tx_init()
222 kfree(priv_tx); in mlx5e_tls_priv_tx_init()
233 async->priv_tx = priv_tx; in mlx5e_tls_priv_tx_cleanup()
[all …]
/linux-6.3-rc2/drivers/usb/usbip/
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()
A Dstub.h40 struct list_head priv_tx; member
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()
A Dvhci.h40 struct list_head priv_tx; member
A Dstub_main.c337 priv = stub_priv_pop_from_listhead(&sdev->priv_tx); in stub_priv_pop()
A Dstub_dev.c286 INIT_LIST_HEAD(&sdev->priv_tx); in stub_device_alloc()
A Dvhci_hcd.c687 list_add_tail(&priv->list, &vdev->priv_tx); in vhci_tx_urb()
1109 INIT_LIST_HEAD(&vdev->priv_tx); in vhci_device_init()

Completed in 13 milliseconds