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

/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-ring.h103 * @cmpl_cnt: Completion counter. Is reset to zero upon entering the ISR.
139 u32 cmpl_cnt; member in struct:__hal_ring_t
H A Dvxgehal-ring.c1518 if (++ring->cmpl_cnt > ring->indicate_max_pkts) {
H A Dvxgehal-virtualpath.c7577 ring->cmpl_cnt = 0;
/freebsd-10.3-release/sys/dev/nxge/include/
H A Dxgehal-ring.h304 * @cmpl_cnt: Completion counter. Is reset to zero upon entering the ISR.
322 int cmpl_cnt; member in struct:xge_hal_ring_t
/freebsd-10.3-release/sys/dev/nxge/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.c699 if (++ring->cmpl_cnt > ring->indicate_max_pkts) {

Completed in 77 milliseconds