Home
last modified time | relevance | path

Searched refs:mthca_pd_alloc (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc() function
Dmthca_dev.h461 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
Dmthca_main.c736 err = mthca_pd_alloc(dev, 1, &dev->driver_pd); in mthca_setup_hca()
Dmthca_provider.c362 err = mthca_pd_alloc(to_mdev(ibdev), !udata, pd); in mthca_alloc_pd()