Searched refs:cmpl_cnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h299 * @cmpl_cnt: Completion counter. Is reset to zero upon entering the ISR.
317 int cmpl_cnt; member in struct:xge_hal_ring_t
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c355 ((xge_hal_ring_t *)channel)->cmpl_cnt = 0;
361 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
365 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
H A Dxgehal-ring-fp.c694 if (++ring->cmpl_cnt > ring->indicate_max_pkts) {

Completed in 59 milliseconds