Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dirdma.h140 u32 max_hw_ird; member
H A Dicrdma_hw.c193 dev->hw_attrs.max_hw_ird = ICRDMA_MAX_IRD_SIZE; in icrdma_init_hw()
H A Di40iw_hw.c246 dev->hw_attrs.max_hw_ird = I40IW_MAX_IRD_SIZE; in i40iw_init_hw()
H A Dverbs.c47 props->max_qp_rd_atom = hw_attrs->max_hw_ird; in irdma_query_device()
785 roce_info->ird_size = dev->hw_attrs.max_hw_ird; in irdma_roce_fill_and_set_qpctx_info()
1347 if (attr->max_dest_rd_atomic > dev->hw_attrs.max_hw_ird) { in irdma_modify_qp_roce()
1351 dev->hw_attrs.max_hw_ird); in irdma_modify_qp_roce()
H A Dcm.c32 if (conn_ird > cm_node->dev->hw_attrs.max_hw_ird) in irdma_record_ird_ord()
33 conn_ird = cm_node->dev->hw_attrs.max_hw_ird; in irdma_record_ird_ord()
2286 cm_node->ird_size = cm_node->dev->hw_attrs.max_hw_ird; in irdma_make_cm_node()
H A Dctrl.c4747 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted); in irdma_q1_cnt()
4750 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted + 512); in irdma_q1_cnt()
4752 q1_cnt = dev->hw_attrs.max_hw_ird * 2 * qpwanted; in irdma_q1_cnt()