Searched refs:max_hw_ird (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/infiniband/hw/irdma/
H A Dirdma.h140 u32 max_hw_ird; member in struct:irdma_hw_attrs
H A Dicrdma_hw.c193 dev->hw_attrs.max_hw_ird = ICRDMA_MAX_IRD_SIZE;
H A Di40iw_hw.c246 dev->hw_attrs.max_hw_ird = I40IW_MAX_IRD_SIZE;
H A Dverbs.c47 props->max_qp_rd_atom = hw_attrs->max_hw_ird;
785 roce_info->ird_size = dev->hw_attrs.max_hw_ird;
1347 if (attr->max_dest_rd_atomic > dev->hw_attrs.max_hw_ird) {
1349 "rd_atomic = %d, above max_hw_ird=%d\n",
1351 dev->hw_attrs.max_hw_ird);
H A Dcm.c32 if (conn_ird > cm_node->dev->hw_attrs.max_hw_ird)
33 conn_ird = cm_node->dev->hw_attrs.max_hw_ird;
2286 cm_node->ird_size = cm_node->dev->hw_attrs.max_hw_ird;
H A Dctrl.c4747 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted);
4750 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted + 512);
4752 q1_cnt = dev->hw_attrs.max_hw_ird * 2 * qpwanted;

Completed in 216 milliseconds