Home
last modified time | relevance | path

Searched refs:tx_head (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_uio_cleanup.c223 u32 rx_tail = 0, tx_head = 0, rx_ring_msg_offset = 0, in is_all_resp_recvd() local
234 tx_head = csr_ops->read_csr_ring_head(bundle->csr_base, in is_all_resp_recvd()
247 tx_ring_msg_offset = (tx_head >> 1); in is_all_resp_recvd()
249 tx_ring_msg_offset = (tx_head >> 2); in is_all_resp_recvd()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c525 tx_req = &priv->tx_ring[priv->tx_head & (ipoib_sendq_size - 1)]; in ipoib_send()
547 priv->tx_head & (ipoib_sendq_size - 1), address->ah, qpn, in ipoib_send()
557 address->last_send = priv->tx_head; in ipoib_send()
558 ++priv->tx_head; in ipoib_send()
797 while (priv->tx_head != priv->tx_tail || recvs_pending(priv)) { in ipoib_ib_dev_stop()
800 priv->tx_head - priv->tx_tail, recvs_pending(priv)); in ipoib_ib_dev_stop()
806 while ((int) priv->tx_tail - (int) priv->tx_head < 0) { in ipoib_ib_dev_stop()
H A Dipoib_cm.c638 tx->tx_head, mb->m_pkthdr.len, tx->qp->qp_num); in ipoib_cm_send()
648 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)]; in ipoib_cm_send()
658 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) { in ipoib_cm_send()
664 ++tx->tx_head; in ipoib_cm_send()
1070 p->qp ? p->qp->qp_num : 0, p->tx_head, p->tx_tail); in ipoib_cm_tx_destroy()
1081 while ((int) p->tx_tail - (int) p->tx_head < 0) { in ipoib_cm_tx_destroy()
1084 p->tx_head - p->tx_tail); in ipoib_cm_tx_destroy()
1094 while ((int) p->tx_tail - (int) p->tx_head < 0) { in ipoib_cm_tx_destroy()
H A Dipoib.h278 unsigned tx_head; member
369 unsigned tx_head; member
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h1076 u16 tx_head; member
1087 ICE_CTX_STORE(ice_tx_cmpltnq, tx_head, 13, 16),