Home
last modified time | relevance | path

Searched refs:last_send (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c68 ah->last_send = 0; in ipoib_create_ah()
557 address->last_send = priv->tx_head; in ipoib_send()
571 if ((int) priv->tx_tail - (int) ah->last_send >= 0) { in __ipoib_reap_ah()
H A Dipoib.h408 unsigned last_send; member