Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c63 struct mlx5_async_work *context) in mlx5e_ktls_create_tis_cb()
78 struct mlx5_async_work *context) in mlx5e_ktls_destroy_tis_cb()
127 struct mlx5_async_work context;
170 static void create_tis_callback(int status, struct mlx5_async_work *context) in create_tis_callback()
187 static void destroy_tis_callback(int status, struct mlx5_async_work *context) in destroy_tis_callback()
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dcmd.h16 struct mlx5_async_work cb_work;
Dcmd.c287 static void mlx5vf_save_callback(int status, struct mlx5_async_work *context) in mlx5vf_save_callback()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h976 struct mlx5_async_work;
978 typedef void (*mlx5_async_cbk_t)(int status, struct mlx5_async_work *context);
980 struct mlx5_async_work { struct
993 struct mlx5_async_work *work); argument
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c2035 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
2047 struct mlx5_async_work *work) in mlx5_cmd_exec_cb()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmr.c54 create_mkey_callback(int status, struct mlx5_async_work *context);
240 static void create_mkey_callback(int status, struct mlx5_async_work *context) in create_mkey_callback()
Ddevx.c36 struct mlx5_async_work cb_work;
1724 static void devx_query_callback(int status, struct mlx5_async_work *context) in devx_query_callback()
Dmlx5_ib.h763 struct mlx5_async_work cb_work;