Searched refs:IPOIB_ENCAP_LEN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 64 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, 462 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
|
H A D | ipoib_cm.c | 68 #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 in ipoib_cm_alloc_rx_skb() 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 D | ipoib_ib.c | 586 if (unlikely(skb->len > priv->mcast_mtu + IPOIB_ENCAP_LEN)) { in ipoib_send() 588 skb->len, priv->mcast_mtu + IPOIB_ENCAP_LEN); in ipoib_send()
|
H A D | ipoib_main.c | 242 if (new_mtu < (ETH_MIN_MTU + IPOIB_ENCAP_LEN) || in ipoib_change_mtu()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 64 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, 462 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
|
H A D | ipoib_cm.c | 68 #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 in ipoib_cm_alloc_rx_skb() 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 D | ipoib_ib.c | 586 if (unlikely(skb->len > priv->mcast_mtu + IPOIB_ENCAP_LEN)) { in ipoib_send() 588 skb->len, priv->mcast_mtu + IPOIB_ENCAP_LEN); in ipoib_send()
|
H A D | ipoib_main.c | 245 if (new_mtu < (ETH_MIN_MTU + IPOIB_ENCAP_LEN) || in ipoib_change_mtu()
|
Completed in 19 milliseconds