Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_main.c96 .num_mtt = MTHCA_DEFAULT_NUM_MTT,
118 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
119 MODULE_PARM_DESC(num_mtt,
1313 mthca_check_profile_val(num_mtt, MTHCA_DEFAULT_NUM_MTT); in mthca_validate_profile()
1317 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1321 hca_profile.num_mtt); in mthca_validate_profile()
1322 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
Dmthca_profile.h47 int num_mtt; member
Dmthca_cmd.h290 int num_mtt, u8 *status);
Dmthca_profile.c110 profile[MTHCA_RES_MTT].num = request->num_mtt; in mthca_make_profile()
Dmthca_cmd.c1577 int num_mtt, u8 *status) in mthca_WRITE_MTT() argument
1579 return mthca_cmd(dev, mailbox->dma, num_mtt, 0, CMD_WRITE_MTT, in mthca_WRITE_MTT()