IPOIB_CM_RX_SG
IPOIB_MAX_RX_SG = MAX(IPOIB_CM_RX_SG, IPOIB_UD_RX_SG),
u64 mapping[IPOIB_CM_RX_SG];
struct ib_sge rx_sge[IPOIB_CM_RX_SG];
max_srq_sge = min_t(int, IPOIB_CM_RX_SG, max_srq_sge);
priv->cm.num_frags = IPOIB_CM_RX_SG;
sizeof(struct ipoib_pseudoheader), priv->cm.max_cm_mtu, IPOIB_CM_RX_SG);
for (i = 0; i < IPOIB_CM_RX_SG; i++)
struct ib_sge sge[IPOIB_CM_RX_SG];