Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c633 int ndescs = 0, fl_bufs_used = 0; in t4_ring_rx() local
713 ++ndescs; in t4_ring_rx()
714 if (!iq->polling && (ndescs == budget)) in t4_ring_rx()
721 V_CIDXINC(ndescs) | V_INGRESSQID(iq->cntxt_id) | in t4_ring_rx()
748 int ndescs = 0, limit, fl_bufs_used = 0; in service_iq() local
785 V_CIDXINC(ndescs) | in service_iq()
837 if (++ndescs == limit) { in service_iq()
839 V_CIDXINC(ndescs) | in service_iq()
843 ndescs = 0; in service_iq()
874 t4_write_reg(sc, MYPF_REG(A_SGE_PF_GTS), V_CIDXINC(ndescs) | in service_iq()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1106 int ndescs; in gem_reclaim_txbuf() local
1110 ndescs = tbp->txb_ndescs; in gem_reclaim_txbuf()
1111 if (ndescs == 0) { in gem_reclaim_txbuf()
1116 SLOT(tbp->txb_desc, tx_ring_size), ndescs); in gem_reclaim_txbuf()
1141 desc_head += ndescs; in gem_reclaim_txbuf()