Searched refs:tx_tail (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c358 ++priv->tx_tail;
573 if ((int) priv->tx_tail - (int) ah->last_send >= 0) {
799 while (priv->tx_head != priv->tx_tail || recvs_pending(priv)) {
802 priv->tx_head - priv->tx_tail, recvs_pending(priv));
808 while ((int) priv->tx_tail - (int) priv->tx_head < 0) {
809 tx_req = &priv->tx_ring[priv->tx_tail &
813 ++priv->tx_tail;
H A Dipoib_cm.c704 ++tx->tx_tail;
1072 p->qp ? p->qp->qp_num : 0, p->tx_head, p->tx_tail);
1083 while ((int) p->tx_tail - (int) p->tx_head < 0) {
1086 p->tx_head - p->tx_tail);
1096 while ((int) p->tx_tail - (int) p->tx_head < 0) {
1097 tx_req = &p->tx_ring[p->tx_tail & (ipoib_sendq_size - 1)];
1100 ++p->tx_tail;
H A Dipoib.h281 unsigned tx_tail; member in struct:ipoib_cm_tx
372 unsigned tx_tail; member in struct:ipoib_dev_priv

Completed in 107 milliseconds