Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c173 dev->caps.max_qp_dest_rdma = 1 << priv->qp_table.rdmarc_shift; in mlx4_make_profile()
H A Dmlx4_main.c836 dev->caps.max_qp_dest_rdma = 1 << hca_param.log_rd_per_qp; in mlx4_slave_cap()
/freebsd/sys/dev/mlx4/
H A Ddevice.h551 int max_qp_dest_rdma; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c543 props->max_qp_rd_atom = dev->dev->caps.max_qp_dest_rdma; in mlx4_ib_query_device()
H A Dmlx4_ib_qp.c2240 attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) { in _mlx4_ib_modify_qp()