Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h115 IPOIB_ENCAP_LEN = 4, enumerator
116 IPOIB_HEADER_LEN = IPOIB_ENCAP_LEN + INFINIBAND_ALEN,
431 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
H A Dipoib_cm.c859 if (p->mtu <= IPOIB_ENCAP_LEN) { in ipoib_cm_rep_handler()
861 p->mtu, IPOIB_ENCAP_LEN); in ipoib_cm_rep_handler()
1282 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_mb_reap()
H A Dipoib_ib.c504 if (unlikely(mb->m_pkthdr.len - IPOIB_ENCAP_LEN > priv->mcast_mtu)) { in ipoib_send()
H A Dipoib_main.c622 switch (roundup_pow_of_two(if_getmtu(dev) + IPOIB_ENCAP_LEN)) { in path_rec_start()