Home
last modified time | relevance | path

Searched refs:mlx5_async_work (Results 1 – 8 of 8) 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.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/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.h73 struct mlx5_async_work cb_work;
H A Dcmd.c611 static void mlx5vf_save_callback(int status, struct mlx5_async_work *context) in mlx5vf_save_callback()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
/linux/drivers/infiniband/hw/mlx5/
H A 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()