Searched refs:mthca_pd_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_pd.c | 39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc() function
|
H A D | mthca_dev.h | 461 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
|
H A D | mthca_provider.c | 362 err = mthca_pd_alloc(to_mdev(ibdev), !udata, pd); in mthca_alloc_pd()
|
H A D | mthca_main.c | 736 err = mthca_pd_alloc(dev, 1, &dev->driver_pd); in mthca_setup_hca()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_pd.c | 39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc() function
|
H A D | mthca_dev.h | 461 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
|
H A D | mthca_main.c | 736 err = mthca_pd_alloc(dev, 1, &dev->driver_pd); in mthca_setup_hca()
|
H A D | mthca_provider.c | 354 err = mthca_pd_alloc(to_mdev(ibdev), !udata, pd); in mthca_alloc_pd()
|
Completed in 8 milliseconds