/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 61 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_create_tis_cb() 71 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_create_tis_cb() 76 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_destroy_tis_cb() 86 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_destroy_tis_cb() 129 struct mlx5_async_ctx *async_ctx; member 139 struct mlx5_async_ctx async_ctx; member 154 mlx5_cmd_init_async_ctx(mdev, &bulk_async->async_ctx); in mlx5e_bulk_async_init() 157 bulk_async->arr[i].async_ctx = &bulk_async->async_ctx; in mlx5e_bulk_async_init() 164 mlx5_cmd_cleanup_async_ctx(&bulk_async->async_ctx); in mlx5e_bulk_async_cleanup() 60 mlx5e_ktls_create_tis_cb(struct mlx5_core_dev *mdev, struct mlx5_async_ctx *async_ctx, u32 *out, int outlen, mlx5_async_cbk_t callback, struct mlx5_async_work *context) mlx5e_ktls_create_tis_cb() argument 75 mlx5e_ktls_destroy_tis_cb(struct mlx5_core_dev *mdev, u32 tisn, struct mlx5_async_ctx *async_ctx, u32 *out, int outlen, mlx5_async_cbk_t callback, struct mlx5_async_work *context) mlx5e_ktls_destroy_tis_cb() argument [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/ |
H A D | cmd.h | 105 struct mlx5_async_ctx async_ctx; member
|
H A D | main.c | 572 mlx5_cmd_init_async_ctx(mvdev->mdev, &migf->async_ctx); in mlx5vf_pci_save_device_data() 1019 mlx5_cmd_cleanup_async_ctx(&mvdev->saving_migf->async_ctx); in mlx5vf_disable_fds()
|
H A D | cmd.c | 639 err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in), in mlx5vf_cmd_save_vhca_state()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | mxs-dcp.c | 118 struct dcp_async_ctx async_ctx; member 823 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import() 836 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | mxs-dcp.c | 119 struct dcp_async_ctx async_ctx; member 824 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import() 837 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 99 struct mlx5_async_ctx *async_ctx, in mlx5_ib_create_mkey_cb() 105 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_ib_create_mkey_cb() 221 &ent->dev->async_ctx, in, inlen, in add_keys() 741 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init() 800 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup() 97 mlx5_ib_create_mkey_cb(struct mlx5_ib_dev *dev, struct mlx5_core_mkey *mkey, struct mlx5_async_ctx *async_ctx, u32 *in, int inlen, u32 *out, int outlen, struct mlx5_async_work *context) mlx5_ib_create_mkey_cb() argument
|
H A D | devx.c | 1580 struct mlx5_async_ctx async_ctx; member 1604 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in MLX5_IB_METHOD_DEVX_ASYNC_CMD_FD_ALLOC() 1729 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in MLX5_IB_METHOD_DEVX_OBJ_ASYNC_QUERY() 2641 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
|
H A D | mlx5_ib.h | 1023 struct mlx5_async_ctx async_ctx; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 1685 struct mlx5_async_ctx async_ctx; member 1709 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in MLX5_IB_METHOD_DEVX_ASYNC_CMD_FD_ALLOC() 1834 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in MLX5_IB_METHOD_DEVX_OBJ_ASYNC_QUERY() 2808 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
|
H A D | mr.c | 118 return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen, in mlx5_ib_create_mkey_cb() 985 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mkey_cache_init() 1046 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mkey_cache_cleanup()
|
H A D | mlx5_ib.h | 1149 struct mlx5_async_ctx async_ctx; member
|