Searched refs:IPOIB_CM_RX_SG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h117 IPOIB_CM_RX_SG = (IPOIB_CM_MAX_MTU / MJUMPAGESIZE), enumerator in enum:__anon11590
120 IPOIB_MAX_RX_SG = MAX(IPOIB_CM_RX_SG, IPOIB_UD_RX_SG),
197 u64 mapping[IPOIB_CM_RX_SG];
296 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
H A Dipoib_cm.c289 for (i = 0; i < IPOIB_CM_RX_SG; i++)
302 struct ib_sge sge[IPOIB_CM_RX_SG];
1393 attr.max_srq_sge = min_t(int, IPOIB_CM_RX_SG, attr.max_srq_sge);
1402 priv->cm.num_frags = IPOIB_CM_RX_SG;

Completed in 95 milliseconds