Home
last modified time | relevance | path

Searched refs:priv_rx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c28 struct mlx5e_ktls_offload_context_rx *priv_rx; member
63 static bool mlx5e_ktls_priv_rx_put(struct mlx5e_ktls_offload_context_rx *priv_rx) in mlx5e_ktls_priv_rx_put() argument
65 if (!refcount_dec_and_test(&priv_rx->resync.refcnt)) in mlx5e_ktls_priv_rx_put()
68 kfree(priv_rx); in mlx5e_ktls_priv_rx_put()
72 static void mlx5e_ktls_priv_rx_get(struct mlx5e_ktls_offload_context_rx *priv_rx) in mlx5e_ktls_priv_rx_get() argument
74 refcount_inc(&priv_rx->resync.refcnt); in mlx5e_ktls_priv_rx_get()
105 struct mlx5e_ktls_offload_context_rx *priv_rx; in accel_rule_handle_work() local
110 priv_rx = container_of(accel_rule, struct mlx5e_ktls_offload_context_rx, rule); in accel_rule_handle_work()
111 if (unlikely(test_bit(MLX5E_PRIV_RX_FLAG_DELETING, priv_rx->flags))) in accel_rule_handle_work()
114 rule = mlx5e_accel_fs_add_sk(accel_rule->priv->fs, priv_rx in accel_rule_handle_work()
137 post_static_params(struct mlx5e_icosq * sq,struct mlx5e_ktls_offload_context_rx * priv_rx) post_static_params() argument
167 post_progress_params(struct mlx5e_icosq * sq,struct mlx5e_ktls_offload_context_rx * priv_rx,u32 next_record_tcp_sn) post_progress_params() argument
197 post_rx_param_wqes(struct mlx5e_channel * c,struct mlx5e_ktls_offload_context_rx * priv_rx,u32 next_record_tcp_sn) post_rx_param_wqes() argument
230 mlx5e_set_ktls_rx_priv_ctx(struct tls_context * tls_ctx,struct mlx5e_ktls_offload_context_rx * priv_rx) mlx5e_set_ktls_rx_priv_ctx() argument
253 resync_post_get_progress_params(struct mlx5e_icosq * sq,struct mlx5e_ktls_offload_context_rx * priv_rx) resync_post_get_progress_params() argument
331 struct mlx5e_ktls_offload_context_rx *priv_rx; resync_handle_work() local
367 resync_handle_seq_match(struct mlx5e_ktls_offload_context_rx * priv_rx,struct mlx5e_channel * c) resync_handle_seq_match() argument
431 struct mlx5e_ktls_offload_context_rx *priv_rx; mlx5e_ktls_handle_get_psv_completion() local
476 struct mlx5e_ktls_offload_context_rx *priv_rx; resync_queue_get_psv() local
557 struct mlx5e_ktls_offload_context_rx *priv_rx; mlx5e_ktls_rx_resync() local
579 struct mlx5e_ktls_offload_context_rx *priv_rx; mlx5e_ktls_rx_resync_async_request_cancel() local
613 struct mlx5e_ktls_offload_context_rx *priv_rx = wi->tls_set_params.priv_rx; mlx5e_ktls_handle_ctx_completion() local
637 struct mlx5e_ktls_offload_context_rx *priv_rx; mlx5e_ktls_add_rx() local
715 struct mlx5e_ktls_offload_context_rx *priv_rx; mlx5e_ktls_del_rx() local
749 struct mlx5e_ktls_offload_context_rx *priv_rx, *tmp; mlx5e_ktls_rx_handle_resync_list() local
[all...]
/linux/drivers/usb/usbip/
H A Dvhci.h41 struct list_head priv_rx; member
H A Dvhci_tx.c42 list_move_tail(&priv->list, &vdev->priv_rx); in dequeue_from_priv_tx()
H A Dvhci_hcd.c1138 INIT_LIST_HEAD(&vdev->priv_rx); in vhci_device_init()