Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c64 struct mlx5_async_work *context) in mlx5e_ktls_create_tis_cb()
79 struct mlx5_async_work *context) in mlx5e_ktls_destroy_tis_cb()
128 struct mlx5_async_work context;
168 static void create_tis_callback(int status, struct mlx5_async_work *context) in create_tis_callback()
183 static void destroy_tis_callback(int status, struct mlx5_async_work *context) in destroy_tis_callback()
/linux/include/linux/mlx5/
H A Ddriver.h965 struct mlx5_async_work;
967 typedef void (*mlx5_async_cbk_t)(int status, struct mlx5_async_work *context);
969 struct mlx5_async_work { struct
984 struct mlx5_async_work *work); argument
/linux/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h125 struct mlx5_async_work cb_work;
H A Dresources.c322 static void virtqueue_cmd_callback(int status, struct mlx5_async_work *context) in virtqueue_cmd_callback()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h70 struct mlx5_async_work cb_work;
H A Dcmd.c666 static void mlx5vf_save_callback(int status, struct mlx5_async_work *context) in mlx5vf_save_callback()
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c42 struct mlx5_async_work cb_work;
50 struct mlx5_async_work cb_work;
1793 static void devx_query_callback(int status, struct mlx5_async_work *context) in devx_query_callback()
2646 static void devx_async_destroy_cb(int status, struct mlx5_async_work *context) in devx_async_destroy_cb()
H A Dmr.c57 create_mkey_callback(int status, struct mlx5_async_work *context);
194 static void create_mkey_callback(int status, struct mlx5_async_work *context) in create_mkey_callback()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c2129 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
2154 struct mlx5_async_work *work) in mlx5_cmd_exec_cb()