Searched refs:tx_head (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c527 tx_req = &priv->tx_ring[priv->tx_head & (ipoib_sendq_size - 1)];
549 priv->tx_head & (ipoib_sendq_size - 1), address->ah, qpn,
559 address->last_send = priv->tx_head;
560 ++priv->tx_head;
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) {
H A Dipoib_cm.c640 tx->tx_head, mb->m_pkthdr.len, tx->qp->qp_num);
650 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)];
660 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) {
666 ++tx->tx_head;
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) {
H A Dipoib.h280 unsigned tx_head; member in struct:ipoib_cm_tx
371 unsigned tx_head; member in struct:ipoib_dev_priv
/freebsd-13-stable/sys/dev/ice/
H A Dice_lan_tx_rx.h1062 u16 tx_head; member in struct:ice_tx_cmpltnq
1073 ICE_CTX_STORE(ice_tx_cmpltnq, tx_head, 13, 16),

Completed in 111 milliseconds