Searched refs:ipoib_rx_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h212 struct ipoib_rx_buf { struct
368 struct ipoib_rx_buf *rx_ring;
529 void ipoib_dma_unmap_rx(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req);
531 struct mbuf *ipoib_alloc_map_mb(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req, int align, int size, int max_frags);
H A Dipoib_ib.c96 ipoib_dma_unmap_rx(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req)
114 ipoib_alloc_map_mb(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req,
151 struct ipoib_rx_buf *rx_req;
204 struct ipoib_rx_buf saverx;
818 struct ipoib_rx_buf *rx_req;
H A Dipoib_cm.c89 ipoib_dma_unmap_rx(priv, (struct ipoib_rx_buf *)rx_req);
96 struct ipoib_rx_buf *rx_req;
101 rx_req = (struct ipoib_rx_buf *)&priv->cm.srq_ring[id];
126 struct ipoib_rx_buf *rx_req;
132 rx_req = (struct ipoib_rx_buf *)&rx->rx_ring[id];
155 return ipoib_alloc_map_mb(priv, (struct ipoib_rx_buf *)rx_req,

Completed in 94 milliseconds