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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h114 IPOIB_UD_TX_SG = (IPOIB_UD_MAX_MTU / MCLBYTES) + 2, enumerator in enum:__anon11590
121 IPOIB_MAX_TX_SG = MAX(IPOIB_CM_TX_SG, IPOIB_UD_TX_SG),
212 u64 mapping[IPOIB_UD_TX_SG];
H A Dipoib_verbs.c204 init_attr.cap.max_send_sge = IPOIB_UD_TX_SG;
H A Dipoib_ib.c519 if (unlikely(ipoib_dma_map_tx(priv->ca, tx_req, IPOIB_UD_TX_SG))) {

Completed in 45 milliseconds