Searched refs:tx_outstanding (Results 1 – 3 of 3) sorted by relevance
351 if (unlikely(--priv->tx_outstanding == ipoib_sendq_size >> 1) && in ipoib_ib_handle_tx_wc()481 if (unlikely(priv->tx_outstanding > MAX_SEND_CQE)) in ipoib_send()532 if (++priv->tx_outstanding == ipoib_sendq_size) { in ipoib_send()544 --priv->tx_outstanding; in ipoib_send()777 --priv->tx_outstanding; in ipoib_ib_dev_stop()
611 if (unlikely(priv->tx_outstanding > MAX_SEND_CQE)) in ipoib_cm_send()652 if (++priv->tx_outstanding == ipoib_sendq_size) { in ipoib_cm_send()689 if (unlikely(--priv->tx_outstanding == ipoib_sendq_size >> 1) && in ipoib_cm_handle_tx_wc()1083 if (unlikely(--priv->tx_outstanding == ipoib_sendq_size >> 1) && in ipoib_cm_tx_destroy()
368 unsigned tx_outstanding; member