Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dtxp_hsi.h29 u32_t cmpl_cnt; // count of tx completion member
75 … TXP_HSI_OFFSETOFF(cmpl_cnt) == (TXP_HSI_OFFSET * sizeof(u32_t) + 0x024) && \
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h317 int cmpl_cnt; member