Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c832 *head = ldcp->tx_head; in i_ldc_get_tx_head()
1811 uint64_t tx_head; in i_ldc_process_data_ACK() local
1839 tx_head = ldcp->tx_ackd_head; in i_ldc_process_data_ACK()
1842 tx_head = (tx_head + LDC_PACKET_SIZE) % in i_ldc_process_data_ACK()
1850 ldcp->tx_ackd_head = tx_head; in i_ldc_process_data_ACK()
1853 if (tx_head == ldcp->tx_head) { in i_ldc_process_data_ACK()
3240 ldcp->tx_head = 0; in ldc_close()
4374 tx_head = ldcp->tx_head; in i_ldc_write_raw()
4378 if (new_tail == tx_head) { in i_ldc_write_raw()
4507 if (new_tail == tx_head) { in i_ldc_write_packet()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h101 struct xnf_txbuf *tx_head; member
H A Dxnf.c569 txp->tx_head = txp; in xnf_data_txbuf_alloc()
1477 ASSERT3S(txp->tx_head->tx_frags_to_ack, >, 0); in xnf_tx_clean_ring()
1478 txp->tx_head->tx_frags_to_ack--; in xnf_tx_clean_ring()
1484 if (txp->tx_head->tx_frags_to_ack == 0) in xnf_tx_clean_ring()
1782 txp->tx_head = head; in xnf_mblk_map()
1820 txp->tx_head = head; in xnf_mblk_map()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c614 tdc_tdr_head_t tx_head; in hxge_txdma_reclaim() local
668 TXDMA_REG_READ64(handle, TDC_TDR_HEAD, tdc, &tx_head.value); in hxge_txdma_reclaim()
669 head_index = tx_head.bits.head; in hxge_txdma_reclaim()
670 head_wrap = tx_head.bits.wrap; in hxge_txdma_reclaim()
1302 tdc_tdr_head_t tx_head; in hxge_txdma_channel_hung() local
1325 (void) hpi_txdma_ring_head_get(handle, channel, &tx_head); in hxge_txdma_channel_hung()
1326 head_index = tx_head.bits.head; in hxge_txdma_channel_hung()
1327 head_wrap = tx_head.bits.wrap; in hxge_txdma_channel_hung()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2040 ibd_swqe_t *tx_head, *elem; in ibd_rc_post_send() local
2052 tx_head = NULL; in ibd_rc_post_send()
2054 if (tx_head == NULL) { in ibd_rc_post_send()
2056 tx_head = chan->tx_head; in ibd_rc_post_send()
2057 if (tx_head == NULL) { in ibd_rc_post_send()
2062 chan->tx_head = NULL; in ibd_rc_post_send()
2070 for (n_wrs = 0, elem = tx_head; in ibd_rc_post_send()
2076 tx_head = elem; in ibd_rc_post_send()
H A Dibd.c6686 ibd_swqe_t *tx_head, *elem; in ibd_post_send() local
6698 tx_head = NULL; in ibd_post_send()
6700 if (tx_head == NULL) { in ibd_post_send()
6702 tx_head = state->id_tx_head; in ibd_post_send()
6703 if (tx_head == NULL) { in ibd_post_send()
6716 for (n_wrs = 0, elem = tx_head; in ibd_post_send()
6722 tx_head = elem; in ibd_post_send()
7293 if (rc_chan->tx_head) { in ibd_send()
7297 rc_chan->tx_head = node; in ibd_send()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c913 tx_ring_hdl_t tx_head; in nxge_txdma_reclaim() local
960 TXDMA_REG_READ64(handle, TX_RING_HDL_REG, tdc, &tx_head.value); in nxge_txdma_reclaim()
961 head_index = tx_head.bits.ldw.head; in nxge_txdma_reclaim()
962 head_wrap = tx_head.bits.ldw.wrap; in nxge_txdma_reclaim()
1779 tx_ring_hdl_t tx_head; in nxge_txdma_channel_hung() local
1803 (void) npi_txdma_ring_head_get(handle, channel, &tx_head); in nxge_txdma_channel_hung()
1804 head_index = tx_head.bits.ldw.head; in nxge_txdma_channel_hung()
1805 head_wrap = tx_head.bits.ldw.wrap; in nxge_txdma_channel_hung()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h443 uint64_t tx_head; /* Tx queue head */ member
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1246 ibd_swqe_t *tx_head; member