Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c193 dev->caps.max_qp_dest_rdma = 1 << priv->qp_table.rdmarc_shift; in mlx4_make_profile()
H A Dmain.c936 dev->caps.max_qp_dest_rdma = 1 << hca_param->log_rd_per_qp; in mlx4_slave_cap()
/linux/include/linux/mlx4/
H A Ddevice.h561 int max_qp_dest_rdma; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c543 props->max_qp_rd_atom = dev->dev->caps.max_qp_dest_rdma; in mlx4_ib_query_device()
H A Dqp.c2789 attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) { in _mlx4_ib_modify_qp()