Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dirdma.h155 u32 max_hw_ird; member
H A Dig3rdma_hw.c129 dev->hw_attrs.max_hw_ird = IG3RDMA_MAX_IRD_SIZE; in ig3rdma_init_hw()
H A Dicrdma_hw.c195 dev->hw_attrs.max_hw_ird = ICRDMA_MAX_IRD_SIZE; in icrdma_init_hw()
H A Di40iw_hw.c248 dev->hw_attrs.max_hw_ird = I40IW_MAX_IRD_SIZE; in i40iw_init_hw()
H A Dctrl.c3536 dev->hw_attrs.max_hw_ird = hmc_fpm_misc->ird; in irdma_sc_parse_fpm_query_buf()
5464 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted); in irdma_q1_cnt()
5467 q1_cnt = roundup_pow_of_two(dev->hw_attrs.max_hw_ird * 2 * qpwanted + 512); in irdma_q1_cnt()
5469 q1_cnt = dev->hw_attrs.max_hw_ird * 2 * qpwanted; in irdma_q1_cnt()
5697 ird = dev->hw_attrs.max_hw_ird; in irdma_set_loc_hmc_rsrc_gen_3()
5748 dev->hw_attrs.max_hw_ird = ird; in irdma_set_loc_hmc_rsrc_gen_3()
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()
2289 cm_node->ird_size = cm_node->dev->hw_attrs.max_hw_ird; in irdma_make_cm_node()
H A Dverbs.c49 props->max_qp_rd_atom = hw_attrs->max_hw_ird; in irdma_query_device()
818 roce_info->ird_size = dev->hw_attrs.max_hw_ird; in irdma_roce_fill_and_set_qpctx_info()
1443 if (attr->max_dest_rd_atomic > dev->hw_attrs.max_hw_ird) { in irdma_modify_qp_roce()
1447 dev->hw_attrs.max_hw_ird); in irdma_modify_qp_roce()