Searched refs:tx_head (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_uio_cleanup.c | 220 u32 rx_tail = 0, tx_head = 0, rx_ring_msg_offset = 0, in is_all_resp_recvd() local 231 tx_head = csr_ops->read_csr_ring_head(bundle->csr_base, in is_all_resp_recvd() 244 tx_ring_msg_offset = (tx_head >> 1); in is_all_resp_recvd() 246 tx_ring_msg_offset = (tx_head >> 2); in is_all_resp_recvd()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 525 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 D | ipoib_cm.c | 638 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 D | ipoib.h | 278 unsigned tx_head; member 369 unsigned tx_head; member
|
/freebsd/sys/dev/gve/ |
H A D | gve_dqo.h | 228 __le16 tx_head; member
|
H A D | gve_tx_dqo.c | 1026 uint16_t tx_head; in gve_tx_cleanup_dqo() local 1046 tx_head = le16toh(compl_desc->tx_head); in gve_tx_cleanup_dqo() 1047 atomic_store_rel_32(&tx->dqo.hw_tx_head, tx_head); in gve_tx_cleanup_dqo()
|
/freebsd/sys/dev/ice/ |
H A D | ice_lan_tx_rx.h | 1075 u16 tx_head; 1086 ICE_CTX_STORE(ice_tx_cmpltnq, tx_head, 13, 16), 1076 u16 tx_head; global() member
|