Home
last modified time | relevance | path

Searched refs:max_hw_ord (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/irdma/
Dirdma.h140 u32 max_hw_ord; member
Dicrdma_hw.c144 dev->hw_attrs.max_hw_ord = ICRDMA_MAX_ORD_SIZE; in icrdma_init_hw()
Di40iw_hw.c206 dev->hw_attrs.max_hw_ord = I40IW_MAX_ORD_SIZE; in i40iw_init_hw()
Dverbs.c48 props->max_qp_init_rd_atom = hw_attrs->max_hw_ord; in irdma_query_device()
728 roce_info->ord_size = dev->hw_attrs.max_hw_ord; in irdma_roce_fill_and_set_qpctx_info()
1259 if (attr->max_rd_atomic > dev->hw_attrs.max_hw_ord) { in irdma_modify_qp_roce()
1263 dev->hw_attrs.max_hw_ord); in irdma_modify_qp_roce()
Dcm.c35 if (conn_ord > cm_node->dev->hw_attrs.max_hw_ord) in irdma_record_ird_ord()
36 conn_ord = cm_node->dev->hw_attrs.max_hw_ord; in irdma_record_ird_ord()
2235 cm_node->ord_size = cm_node->dev->hw_attrs.max_hw_ord; in irdma_make_cm_node()