Searched refs:mlx4_db_free (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_alloc.c | 761 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db) in mlx4_db_free() function 788 EXPORT_SYMBOL_GPL(mlx4_db_free); 821 mlx4_db_free(dev, &wqres->db); in mlx4_alloc_hwq_res() 832 mlx4_db_free(dev, &wqres->db); in mlx4_free_hwq_res()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_srq.c | 219 mlx4_db_free(dev->dev, &srq->db); in mlx4_ib_create_srq() 287 mlx4_db_free(dev->dev, &msrq->db); in mlx4_ib_destroy_srq()
|
H A D | mlx4_ib_cq.c | 274 mlx4_db_free(dev->dev, &cq->db); in mlx4_ib_create_cq() 483 mlx4_db_free(dev->dev, &mcq->db); in mlx4_ib_destroy_cq()
|
H A D | mlx4_ib_qp.c | 936 mlx4_db_free(dev->dev, &qp->db); in create_qp_common() 1109 mlx4_db_free(dev->dev, &qp->db); in destroy_qp_common()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 1114 void mlx4_db_free(struct mlx4_dev *dev, struct mlx4_db *db);
|