Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib.h109 IPOIB_ENCAP_LEN = 4, enumerator
110 IPOIB_HEADER_LEN = IPOIB_ENCAP_LEN + INFINIBAND_ALEN,
425 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
Dipoib_cm.c564 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_handle_rx_wc()
850 if (p->mtu <= IPOIB_ENCAP_LEN) { in ipoib_cm_rep_handler()
852 p->mtu, IPOIB_ENCAP_LEN); in ipoib_cm_rep_handler()
1269 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_mb_reap()
Dipoib_ib.c496 if (unlikely(mb->m_pkthdr.len - IPOIB_ENCAP_LEN > priv->mcast_mtu)) { in ipoib_send()
Dipoib_main.c602 switch (roundup_pow_of_two(dev->if_mtu + IPOIB_ENCAP_LEN)) { in path_rec_start()