Searched refs:tx_rd_index (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.c | 616 uint_t tx_rd_index; in hxge_txdma_reclaim() local 638 tx_rd_index = tx_ring_p->rd_index; in hxge_txdma_reclaim() 639 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in hxge_txdma_reclaim() 641 tx_msg_p = &tx_msg_ring[tx_rd_index]; in hxge_txdma_reclaim() 661 tdc, tx_rd_index, tail_index, tail_wrap, in hxge_txdma_reclaim() 674 tx_rd_index, tail_index, tail_wrap, head_index, head_wrap)); in hxge_txdma_reclaim() 687 tail_wrap) && (head_index == tx_rd_index)) { in hxge_txdma_reclaim() 706 while ((tx_rd_index != head_index) && in hxge_txdma_reclaim() 716 tx_rd_index, head_index, tx_desc_p)); in hxge_txdma_reclaim() 723 tx_rd_index, head_index, in hxge_txdma_reclaim() [all …]
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 915 uint_t tx_rd_index; in nxge_txdma_reclaim() local 937 tx_rd_index = tx_ring_p->rd_index; in nxge_txdma_reclaim() 938 tx_desc_p = &tx_desc_ring_vp[tx_rd_index]; in nxge_txdma_reclaim() 940 tx_msg_p = &tx_msg_ring[tx_rd_index]; in nxge_txdma_reclaim() 954 tdc, tx_rd_index, tail_index, tail_wrap, in nxge_txdma_reclaim() 967 tx_rd_index, tail_index, tail_wrap, in nxge_txdma_reclaim() 973 (head_index == tx_rd_index)) { in nxge_txdma_reclaim() 994 while ((tx_rd_index != head_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() [all …]
|