Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib.h207 struct ipoib_rx_buf { struct
361 struct ipoib_rx_buf *rx_ring;
533 void ipoib_dma_unmap_rx(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req);
535 struct mbuf *ipoib_alloc_map_mb(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req, int size);
HDipoib_ib.c91 ipoib_dma_unmap_rx(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req) in ipoib_dma_unmap_rx()
109 ipoib_alloc_map_mb(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req, in ipoib_alloc_map_mb()
142 struct ipoib_rx_buf *rx_req; in ipoib_ib_post_receive()
196 struct ipoib_rx_buf saverx; in ipoib_ib_handle_rx_wc()
781 struct ipoib_rx_buf *rx_req; in ipoib_ib_dev_stop()
HDipoib_cm.c84 ipoib_dma_unmap_rx(priv, (struct ipoib_rx_buf *)rx_req); in ipoib_cm_dma_unmap_rx()
91 struct ipoib_rx_buf *rx_req; in ipoib_cm_post_receive_srq()
96 rx_req = (struct ipoib_rx_buf *)&priv->cm.srq_ring[id]; in ipoib_cm_post_receive_srq()
121 struct ipoib_rx_buf *rx_req; in ipoib_cm_post_receive_nonsrq()
127 rx_req = (struct ipoib_rx_buf *)&rx->rx_ring[id]; in ipoib_cm_post_receive_nonsrq()
150 return ipoib_alloc_map_mb(priv, (struct ipoib_rx_buf *)rx_req, in ipoib_cm_alloc_rx_mb()