Searched refs:rdmarc_shift (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h711 int rdmarc_shift; member in struct:mlx4_qp_table
H A Dmlx4_main.c1675 dev_cap->rdmarc_entry_sz << priv->qp_table.rdmarc_shift,
H A Dmlx4_profile.c169 for (priv->qp_table.rdmarc_shift = 0;
170 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num;
171 ++priv->qp_table.rdmarc_shift)
173 dev->caps.max_qp_dest_rdma = 1 << priv->qp_table.rdmarc_shift;
176 init_hca->log_rd_per_qp = priv->qp_table.rdmarc_shift;

Completed in 83 milliseconds