Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c193 dev->caps.max_qp_dest_rdma = 1 << priv->qp_table.rdmarc_shift; in mlx4_make_profile()
Dmain.c940 dev->caps.max_qp_dest_rdma = 1 << hca_param->log_rd_per_qp; in mlx4_slave_cap()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_main.c206 props->max_qp_rd_atom = hr_dev->caps.max_qp_dest_rdma; in hns_roce_query_device()
637 hr_dev->caps.max_qp_dest_rdma, in hns_roce_init_hem()
Dhns_roce_device.h822 int max_qp_dest_rdma; member
Dhns_roce_qp.c1159 attr->max_dest_rd_atomic > hr_dev->caps.max_qp_dest_rdma) { in hns_roce_check_qp_attr()
Dhns_roce_hw_v1.c1545 caps->max_qp_dest_rdma = HNS_ROCE_V1_MAX_QP_DEST_RDMA; in hns_roce_v1_profile()
Dhns_roce_hw_v2.c1665 caps->max_qp_dest_rdma = HNS_ROCE_V2_MAX_QP_DEST_RDMA; in hns_roce_v2_profile()
/Linux-v5.4/include/linux/mlx4/
Ddevice.h561 int max_qp_dest_rdma; member
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c529 props->max_qp_rd_atom = dev->dev->caps.max_qp_dest_rdma; in mlx4_ib_query_device()
Dqp.c2812 attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) { in _mlx4_ib_modify_qp()