Home
last modified time | relevance | path

Searched refs:tx_rd_index (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c616 uint_t tx_rd_index; in hxge_txdma_reclaim() local
638 tx_rd_index = tx_ring_p->rd_index; in hxge_txdma_reclaim()
641 tx_msg_p = &tx_msg_ring[tx_rd_index]; in hxge_txdma_reclaim()
706 while ((tx_rd_index != head_index) && in hxge_txdma_reclaim()
723 tx_rd_index, head_index, in hxge_txdma_reclaim()
778 tx_rd_index = tx_ring_p->rd_index; in hxge_txdma_reclaim()
779 tx_rd_index = (tx_rd_index + 1) & in hxge_txdma_reclaim()
781 tx_ring_p->rd_index = tx_rd_index; in hxge_txdma_reclaim()
1303 uint_t tx_rd_index; in hxge_txdma_channel_hung() local
1315 tx_rd_index = tx_ring_p->rd_index; in hxge_txdma_channel_hung()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c915 uint_t tx_rd_index; in nxge_txdma_reclaim() local
937 tx_rd_index = tx_ring_p->rd_index; in nxge_txdma_reclaim()
973 (head_index == tx_rd_index)) { in nxge_txdma_reclaim()
1009 tx_rd_index, head_index, in nxge_txdma_reclaim()
1017 tx_rd_index, head_index, in nxge_txdma_reclaim()
1074 tx_rd_index = tx_ring_p->rd_index; in nxge_txdma_reclaim()
1075 tx_rd_index = (tx_rd_index + 1) & in nxge_txdma_reclaim()
1077 tx_ring_p->rd_index = tx_rd_index; in nxge_txdma_reclaim()
1780 uint_t tx_rd_index; in nxge_txdma_channel_hung() local
1792 tx_rd_index = tx_ring_p->rd_index; in nxge_txdma_channel_hung()
[all …]