Searched refs:npkt_read (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 1404 uint16_t qlen, nrcr_read, npkt_read; local 1452 nrcr_read = npkt_read = 0; 1501 "but 0x%x pending\n", channel, npkt_read, qlen_hw)); 1535 nrcr_read, npkt_read, rcr_desc_rd_head_pp, comp_rd_index)); 1539 npkt_read++; 1559 channel, multi, nrcr_read, npkt_read, rcr_desc_rd_head_pp, 1586 if (hxgep->rdc_first_intr[channel] && (npkt_read > 0)) { 1588 pktcs.bits.pktread = npkt_read - 1; 1590 pktcs.bits.pktread = npkt_read;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 1972 uint16_t qlen, nrcr_read, npkt_read; local 2026 nrcr_read = npkt_read = 0; 2084 nrcr_read, npkt_read, rcr_desc_rd_head_pp, 2089 npkt_read++; 2116 nrcr_read, npkt_read, rcr_desc_rd_head_pp, 2148 cs.bits.ldw.pktread = npkt_read;
|
Completed in 76 milliseconds