Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/irdma/
Dirdma.h139 u32 max_hw_ird; member
Dicrdma_hw.c143 dev->hw_attrs.max_hw_ird = ICRDMA_MAX_IRD_SIZE; in icrdma_init_hw()
Di40iw_hw.c205 dev->hw_attrs.max_hw_ird = I40IW_MAX_IRD_SIZE; in i40iw_init_hw()
Dverbs.c47 props->max_qp_rd_atom = hw_attrs->max_hw_ird; in irdma_query_device()
727 roce_info->ird_size = dev->hw_attrs.max_hw_ird; in irdma_roce_fill_and_set_qpctx_info()
1272 if (attr->max_dest_rd_atomic > dev->hw_attrs.max_hw_ird) { in irdma_modify_qp_roce()
1276 dev->hw_attrs.max_hw_ird); in irdma_modify_qp_roce()
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()
2234 cm_node->ird_size = cm_node->dev->hw_attrs.max_hw_ird; in irdma_make_cm_node()
Dctrl.c4724 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted); in irdma_q1_cnt()
4727 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted + 512); in irdma_q1_cnt()
4729 q1_cnt = dev->hw_attrs.max_hw_ird * 2 * qpwanted; in irdma_q1_cnt()