Searched refs:rdmarc_shift (Results 1 – 2 of 2) sorted by relevance
189 for (priv->qp_table.rdmarc_shift = 0; in mlx4_make_profile()190 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()191 ++priv->qp_table.rdmarc_shift) in mlx4_make_profile()193 dev->caps.max_qp_dest_rdma = 1 << priv->qp_table.rdmarc_shift; in mlx4_make_profile()196 init_hca->log_rd_per_qp = priv->qp_table.rdmarc_shift; in mlx4_make_profile()
723 int rdmarc_shift; member