Home
last modified time | relevance | path

Searched refs:mlx5_add_cq_to_tasklet (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c69 void mlx5_add_cq_to_tasklet(struct mlx5_core_cq *cq, in mlx5_add_cq_to_tasklet() function
98 EXPORT_SYMBOL(mlx5_add_cq_to_tasklet);
/linux/include/linux/mlx5/
H A Dcq.h186 void mlx5_add_cq_to_tasklet(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe);
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1024 cq->mcq.comp = mlx5_add_cq_to_tasklet; in mlx5_ib_create_cq()