Home
last modified time | relevance | path

Searched refs:IPOIB_ENCAP_LEN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.h64 IPOIB_ENCAP_LEN = 4, enumerator
66 IPOIB_HARD_LEN = IPOIB_ENCAP_LEN + IPOIB_PSEUDO_LEN,
68 IPOIB_UD_HEAD_SIZE = IB_GRH_BYTES + IPOIB_ENCAP_LEN,
72 IPOIB_CM_BUF_SIZE = IPOIB_CM_MTU + IPOIB_ENCAP_LEN,
466 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
H A Dipoib_ib.c611 if (unlikely(skb->len > priv->mcast_mtu + IPOIB_ENCAP_LEN)) { in ipoib_send()
613 skb->len, priv->mcast_mtu + IPOIB_ENCAP_LEN); in ipoib_send()