Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c138 .max_recv_sge = IPOIB_UD_RX_SG in ipoib_transport_dev_init()
226 for (i = 0; i < IPOIB_UD_RX_SG; ++i) in ipoib_transport_dev_init()
H A Dipoib.h118 IPOIB_UD_RX_SG = 2, /* packet header and one cluster */ enumerator
125 IPOIB_MAX_RX_SG = MAX(IPOIB_CM_RX_SG, IPOIB_UD_RX_SG),
212 u64 mapping[IPOIB_UD_RX_SG];
H A Dipoib_ib.c178 0, priv->max_ib_mtu + IB_GRH_BYTES, IPOIB_UD_RX_SG); in ipoib_alloc_rx_mb()