Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dirdma.h141 u32 max_hw_ord; member
H A Dicrdma_hw.c194 dev->hw_attrs.max_hw_ord = ICRDMA_MAX_ORD_SIZE; in icrdma_init_hw()
H A Di40iw_hw.c247 dev->hw_attrs.max_hw_ord = I40IW_MAX_ORD_SIZE; in i40iw_init_hw()
H A Dverbs.c48 props->max_qp_init_rd_atom = hw_attrs->max_hw_ord; in irdma_query_device()
786 roce_info->ord_size = dev->hw_attrs.max_hw_ord; in irdma_roce_fill_and_set_qpctx_info()
1334 if (attr->max_rd_atomic > dev->hw_attrs.max_hw_ord) { in irdma_modify_qp_roce()
1338 dev->hw_attrs.max_hw_ord); in irdma_modify_qp_roce()
H A 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()
2287 cm_node->ord_size = cm_node->dev->hw_attrs.max_hw_ord; in irdma_make_cm_node()