Searched defs: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; local
638 tx_rd_index = tx_ring_p->rd_index;
639 tx_desc_p = &tx_desc_ring_vp[tx_rd_index];
641 tx_msg_p = &tx_msg_ring[tx_rd_index];
659 "==> hxge_txdma_reclaim: tdc %d tx_rd_index %d "
661 tdc, tx_rd_index, tail_index, tail_wrap,
673 "tx_rd_index %d tail %d tail_wrap %d head %d wrap %d",
674 tx_rd_index, tail_index, tail_wrap, head_index, head_wrap));
687 tail_wrap) && (head_index == tx_rd_index)) {
702 "==> hxge_txdma_reclaim: tx_rd_index an
1303 uint_t tx_rd_index; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c915 uint_t tx_rd_index; local
937 tx_rd_index = tx_ring_p->rd_index;
938 tx_desc_p = &tx_desc_ring_vp[tx_rd_index];
940 tx_msg_p = &tx_msg_ring[tx_rd_index];
951 "==> nxge_txdma_reclaim: tdc %d tx_rd_index %d "
954 tdc, tx_rd_index, tail_index, tail_wrap,
965 "tx_rd_index %d tail %d tail_wrap %d "
967 tx_rd_index, tail_index, tail_wrap,
973 (head_index == tx_rd_index)) {
991 "==> nxge_txdma_reclaim: tx_rd_index an
1779 uint_t tx_rd_index; local
[all...]

Completed in 63 milliseconds