Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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-6.14.4/include/linux/mlx5/
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
1000 struct mlx5_async_work *work); argument
/linux-6.14.4/drivers/vdpa/mlx5/core/
Dmlx5_vdpa.h125 struct mlx5_async_work cb_work;
Dresources.c322 static void virtqueue_cmd_callback(int status, struct mlx5_async_work *context) in virtqueue_cmd_callback()
/linux-6.14.4/drivers/vfio/pci/mlx5/
Dcmd.h73 struct mlx5_async_work cb_work;
Dcmd.c611 static void mlx5vf_save_callback(int status, struct mlx5_async_work *context) in mlx5vf_save_callback()
/linux-6.14.4/drivers/infiniband/hw/mlx5/
Ddevx.c41 struct mlx5_async_work cb_work;
49 struct mlx5_async_work cb_work;
1760 static void devx_query_callback(int status, struct mlx5_async_work *context) in devx_query_callback()
2613 static void devx_async_destroy_cb(int status, struct mlx5_async_work *context) in devx_async_destroy_cb()
Dmlx5_ib.h825 struct mlx5_async_work cb_work;
Dmr.c56 create_mkey_callback(int status, struct mlx5_async_work *context);
193 static void create_mkey_callback(int status, struct mlx5_async_work *context) in create_mkey_callback()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c2104 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
2125 struct mlx5_async_work *work) in mlx5_cmd_exec_cb()