Home
last modified time | relevance | path

Searched refs:IPOIB_ENCAP_LEN (Results 1 – 4 of 4) 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,
464 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
H A Dipoib_cm.c68 #define IPOIB_CM_RX_RESERVE (ALIGN(IPOIB_HARD_LEN, 16) - IPOIB_ENCAP_LEN)
720 ipoib_cm_skb_too_long(dev, skb, tx->mtu - IPOIB_ENCAP_LEN); in ipoib_cm_send()
998 if (p->mtu <= IPOIB_ENCAP_LEN) { in ipoib_cm_rep_handler()
1000 p->mtu, IPOIB_ENCAP_LEN); in ipoib_cm_rep_handler()
H A Dipoib_ib.c610 if (unlikely(skb->len > priv->mcast_mtu + IPOIB_ENCAP_LEN)) { in ipoib_send()
612 skb->len, priv->mcast_mtu + IPOIB_ENCAP_LEN); in ipoib_send()
H A Dipoib_main.c245 if (new_mtu < (ETH_MIN_MTU + IPOIB_ENCAP_LEN) || in ipoib_change_mtu()