Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c633 int nsegs, rx_cons = 0, cnt; in atge_l1_rx() local
651 rx_cons = L1_RX_CONS(index); in atge_l1_rx()
656 index, flags, totlen, rx_cons, nsegs)); in atge_l1_rx()
671 ASSERT(rx_cons >= 0 && rx_cons <= L1_RX_RING_CNT); in atge_l1_rx()
709 buf = l1->atge_rx_ring->r_buf_tbl[rx_cons]; in atge_l1_rx()
712 (rx_cons * sizeof (l1_rx_desc_t))); in atge_l1_rx()
723 atgep->atge_name, __func__, slotlen, rx_cons, in atge_l1_rx()
726 ATGE_INC_SLOT(rx_cons, L1_RX_RING_CNT); in atge_l1_rx()
740 l1->atge_rx_ring->r_consumer = rx_cons; in atge_l1_rx()
762 rx_cons, l1->atge_l1_rr_consumers)); in atge_l1_rx()
H A Datge_l1c.c741 int nsegs, rx_cons = 0, cnt; in atge_l1c_rx() local
757 rx_cons = L1C_RRD_RD_IDX(rdinfo); in atge_l1c_rx()
764 rdinfo, status, totlen, rx_cons, nsegs)); in atge_l1c_rx()
780 ASSERT(rx_cons >= 0 && rx_cons <= L1C_RX_RING_CNT); in atge_l1c_rx()
818 buf = l1c->atge_rx_ring->r_buf_tbl[rx_cons]; in atge_l1c_rx()
827 atgep->atge_name, __func__, slotlen, rx_cons, in atge_l1c_rx()
830 ATGE_INC_SLOT(rx_cons, L1C_RX_RING_CNT); in atge_l1c_rx()
844 l1c->atge_rx_ring->r_consumer = rx_cons; in atge_l1c_rx()
870 rx_cons, l1c->atge_l1c_rr_consumers)); in atge_l1c_rx()