Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib.h111 IPOIB_ENCAP_LEN = 4, enumerator
112 IPOIB_HEADER_LEN = IPOIB_ENCAP_LEN + INFINIBAND_ALEN,
426 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
HDipoib_cm.c562 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_handle_rx_wc()
845 if (p->mtu <= IPOIB_ENCAP_LEN) { in ipoib_cm_rep_handler()
847 p->mtu, IPOIB_ENCAP_LEN); in ipoib_cm_rep_handler()
1264 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_mb_reap()
HDipoib_ib.c497 if (unlikely(mb->m_pkthdr.len - IPOIB_ENCAP_LEN > priv->mcast_mtu)) { in ipoib_send()
HDipoib_main.c599 switch (roundup_pow_of_two(dev->if_mtu + IPOIB_ENCAP_LEN)) { in path_rec_start()