Searched refs:num_mtt (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h47 int num_mtt; member in struct:mthca_profile
H A Dmthca_main.c94 .num_mtt = MTHCA_DEFAULT_NUM_MTT,
116 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
117 MODULE_PARM_DESC(num_mtt,
1311 mthca_check_profile_val(num_mtt, MTHCA_DEFAULT_NUM_MTT);
1315 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) {
1318 printk(KERN_WARNING PFX "(Must be smaller than num_mtt %d)\n",
1319 hca_profile.num_mtt);
1320 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2;
H A Dmthca_cmd.h290 int num_mtt, u8 *status);
H A Dmthca_profile.c110 profile[MTHCA_RES_MTT].num = request->num_mtt;
H A Dmthca_cmd.c1575 int num_mtt, u8 *status)
1577 return mthca_cmd(dev, mailbox->dma, num_mtt, 0, CMD_WRITE_MTT,
1574 mthca_WRITE_MTT(struct mthca_dev *dev, struct mthca_mailbox *mailbox, int num_mtt, u8 *status) argument

Completed in 61 milliseconds