Searched refs:mlx5_cmd_exec_cb (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_tx.c | 71 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_create_tis_cb() 86 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_destroy_tis_cb()
|
/linux-6.14.4/drivers/vdpa/mlx5/core/ |
D | resources.c | 341 err = mlx5_cmd_exec_cb(&mvdev->async_ctx, in issue_async_cmd()
|
/linux-6.14.4/include/linux/mlx5/ |
D | driver.h | 998 int mlx5_cmd_exec_cb(struct mlx5_async_ctx *ctx, void *in, int in_size,
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 2123 int mlx5_cmd_exec_cb(struct mlx5_async_ctx *ctx, void *in, int in_size, in mlx5_cmd_exec_cb() function 2143 EXPORT_SYMBOL(mlx5_cmd_exec_cb);
|
/linux-6.14.4/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1849 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER() 2629 cmd->err = mlx5_cmd_exec_cb(&dev->async_ctx, cmd->in, cmd->in_size, in devx_async_destroy()
|
D | mr.c | 122 return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen, in mlx5_ib_create_mkey_cb()
|
/linux-6.14.4/drivers/vfio/pci/mlx5/ |
D | cmd.c | 754 err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in), in mlx5vf_cmd_save_vhca_state()
|