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

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c101 rx_req = (struct ipoib_rx_buf *)&priv->cm.srq_ring[id];
114 m_freem(priv->cm.srq_ring[id].mb);
115 priv->cm.srq_ring[id].mb = NULL;
509 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring;
1372 priv->cm.srq_ring = kzalloc(ipoib_recvq_size * sizeof *priv->cm.srq_ring, GFP_KERNEL);
1373 if (!priv->cm.srq_ring) {
1381 memset(priv->cm.srq_ring, 0, ipoib_recvq_size * sizeof *priv->cm.srq_ring);
1427 if (!ipoib_cm_alloc_rx_mb(priv, &priv->cm.srq_ring[
[all...]
H A Dipoib.h288 struct ipoib_cm_rx_buf *srq_ring; member in struct:ipoib_cm_dev_priv

Completed in 107 milliseconds