Searched refs:IPOIB_ENCAP_LEN (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h64 IPOIB_ENCAP_LEN = 4, enumerator in enum:__anon1023
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)
156 * IPoIB adds a IPOIB_ENCAP_LEN byte header, this will align the
720 ipoib_cm_skb_too_long(dev, skb, tx->mtu - IPOIB_ENCAP_LEN);
998 if (p->mtu <= IPOIB_ENCAP_LEN) {
1000 p->mtu, IPOIB_ENCAP_LEN);
H A Dipoib_ib.c610 if (unlikely(skb->len > priv->mcast_mtu + IPOIB_ENCAP_LEN)) {
612 skb->len, priv->mcast_mtu + IPOIB_ENCAP_LEN);
H A Dipoib_main.c245 if (new_mtu < (ETH_MIN_MTU + IPOIB_ENCAP_LEN) ||

Completed in 136 milliseconds