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

/freebsd-current/contrib/ofed/libirdma/
H A Dirdma.h80 u32 max_hw_ord; member in struct:irdma_hw_attrs
/freebsd-current/sys/dev/irdma/
H A Dirdma.h218 u32 max_hw_ord; member in struct:irdma_hw_attrs
H A Dicrdma_hw.c229 dev->hw_attrs.max_hw_ord = ICRDMA_MAX_ORD_SIZE;
H A Dirdma_verbs.c78 props->max_qp_init_rd_atom = hw_attrs->max_hw_ord;
593 roce_info->ord_size = dev->hw_attrs.max_hw_ord;
933 if (attr->max_rd_atomic > dev->hw_attrs.max_hw_ord) {
935 "rd_atomic = %d, above max_hw_ord=%d\n",
937 dev->hw_attrs.max_hw_ord);
H A Dirdma_cm.c68 if (conn_ord > cm_node->dev->hw_attrs.max_hw_ord)
69 conn_ord = cm_node->dev->hw_attrs.max_hw_ord;
2189 cm_node->ord_size = cm_node->dev->hw_attrs.max_hw_ord;

Completed in 90 milliseconds