Home
last modified time | relevance | path

Searched refs:mlx5_async_work (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/mlx5/
Ddriver.h901 struct mlx5_async_work;
903 typedef void (*mlx5_async_cbk_t)(int status, struct mlx5_async_work *context);
905 struct mlx5_async_work { struct
915 struct mlx5_async_work *work); argument
952 struct mlx5_async_work *context);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c54 struct mlx5_async_work *context) in mlx5_core_create_mkey_cb()
Dcmd.c1762 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
1772 struct mlx5_async_work *work) in mlx5_cmd_exec_cb()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h623 struct mlx5_async_work cb_work;
Ddevx.c34 struct mlx5_async_work cb_work;
1660 static void devx_query_callback(int status, struct mlx5_async_work *context) in devx_query_callback()
Dmr.c87 static void reg_mr_callback(int status, struct mlx5_async_work *context) in reg_mr_callback()