Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c355 ((xge_hal_ring_t *)channel)->cmpl_cnt = 0; in xge_hal_device_poll_rx_channel()
361 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1; in xge_hal_device_poll_rx_channel()
365 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1; in xge_hal_device_poll_rx_channel()
H A Dxgehal-ring-fp.c694 if (++ring->cmpl_cnt > ring->indicate_max_pkts) { in xge_hal_ring_dtr_next_completed()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h317 int cmpl_cnt; member