Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Ddriver.h983 struct mlx5_async_work;
985 typedef void (*mlx5_async_cbk_t)(int status, struct mlx5_async_work *context);
987 struct mlx5_async_work { struct
997 struct mlx5_async_work *work); argument
1047 struct mlx5_async_work *context);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mr.c57 struct mlx5_async_work *context) in mlx5_core_create_mkey_cb()
H A Dmlx5_cmd.c1387 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
1397 struct mlx5_async_work *work) in mlx5_cmd_exec_cb()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h554 struct mlx5_async_work cb_work;
H A Dmlx5_ib_devx.c64 struct mlx5_async_work cb_work;
1654 static void devx_query_callback(int status, struct mlx5_async_work *context) in devx_query_callback()
H A Dmlx5_ib_mr.c108 static void reg_mr_callback(int status, struct mlx5_async_work *context) in reg_mr_callback()