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

/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c81 u64 mapping[IPOIB_CM_RX_SG])
125 for (i = 0; i < IPOIB_CM_RX_SG; ++i)
131 ipoib_cm_dma_unmap_rx(priv, IPOIB_CM_RX_SG - 1,
143 u64 mapping[IPOIB_CM_RX_SG])
201 ipoib_cm_dma_unmap_rx(priv, IPOIB_CM_RX_SG - 1,
265 attr.cap.max_recv_sge = IPOIB_CM_RX_SG;
351 struct ib_sge sge[IPOIB_CM_RX_SG];
384 if (!ipoib_cm_alloc_rx_skb(dev, rx->rx_ring, i, IPOIB_CM_RX_SG - 1,
564 u64 mapping[IPOIB_CM_RX_SG];
1557 attr.max_srq_sge = min_t(int, IPOIB_CM_RX_SG, att
[all...]
H A Dipoib.h73 IPOIB_CM_RX_SG = ALIGN(IPOIB_CM_BUF_SIZE, PAGE_SIZE) / PAGE_SIZE, enumerator in enum:__anon1065
230 u64 mapping[IPOIB_CM_RX_SG];
251 struct ib_sge rx_sge[IPOIB_CM_RX_SG];

Completed in 14 milliseconds