Searched refs:mlx4_db_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 732 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order, gfp_t gfp) in mlx4_db_alloc() function 760 EXPORT_SYMBOL_GPL(mlx4_db_alloc); 796 err = mlx4_db_alloc(dev, &wqres->db, 1, GFP_KERNEL); in mlx4_alloc_hwq_res()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | srq.c | 138 err = mlx4_db_alloc(dev->dev, &srq->db, 0, GFP_KERNEL); in mlx4_ib_create_srq()
|
D | cq.c | 222 err = mlx4_db_alloc(dev->dev, &cq->db, 1, GFP_KERNEL); in mlx4_ib_create_cq()
|
D | qp.c | 778 err = mlx4_db_alloc(dev->dev, &qp->db, 0, gfp); in create_qp_common()
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 1085 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order,
|