Home
last modified time | relevance | path

Searched refs:mthca_dev_lim (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
HDmthca_profile.h56 struct mthca_dev_lim *dev_lim,
HDmthca_main.c165 static int mthca_dev_lim(struct mthca_dev *mdev, struct mthca_dev_lim *dev_lim) in mthca_dev_lim() function
292 struct mthca_dev_lim dev_lim; in mthca_init_tavor()
314 err = mthca_dev_lim(mdev, &dev_lim); in mthca_init_tavor()
382 struct mthca_dev_lim *dev_lim, in mthca_init_icm()
577 struct mthca_dev_lim dev_lim; in mthca_init_arbel()
604 err = mthca_dev_lim(mdev, &dev_lim); in mthca_init_arbel()
HDmthca_cmd.h120 struct mthca_dev_lim { struct
265 struct mthca_dev_lim *dev_lim);
HDmthca_profile.c66 struct mthca_dev_lim *dev_lim, in mthca_make_profile()
HDmthca_cmd.c986 struct mthca_dev_lim *dev_lim) in mthca_QUERY_DEV_LIM()