Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma.h80 u32 max_hw_ord; member
/freebsd/sys/dev/irdma/
H A Dirdma.h218 u32 max_hw_ord; member
H A Dicrdma_hw.c229 dev->hw_attrs.max_hw_ord = ICRDMA_MAX_ORD_SIZE; in icrdma_init_hw()
H A Dirdma_verbs.c78 props->max_qp_init_rd_atom = hw_attrs->max_hw_ord; in irdma_query_device()
593 roce_info->ord_size = dev->hw_attrs.max_hw_ord; in irdma_roce_fill_and_set_qpctx_info()
933 if (attr->max_rd_atomic > dev->hw_attrs.max_hw_ord) { in irdma_modify_qp_roce()
937 dev->hw_attrs.max_hw_ord); in irdma_modify_qp_roce()
H A Dirdma_cm.c68 if (conn_ord > cm_node->dev->hw_attrs.max_hw_ord) in irdma_record_ird_ord()
69 conn_ord = cm_node->dev->hw_attrs.max_hw_ord; in irdma_record_ird_ord()
2189 cm_node->ord_size = cm_node->dev->hw_attrs.max_hw_ord; in irdma_make_cm_node()