Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dxmm7360.c465 u8 last_handled; member
705 ring->last_handled = 0; in xmm7360_td_ring_activate()
949 return (xmm->cp->s_rptr[qp->num*2+1] != ring->last_handled); in xmm7360_qp_has_data()
964 idx = ring->last_handled; in xmm7360_qp_read_user()
976 ring->last_handled = (idx + 1) & (ring->depth - 1); in xmm7360_qp_read_user()
987 idx = ring->last_handled; in xmm7360_tty_poll_qp()
993 ring->last_handled = (idx + 1) & (ring->depth - 1); in xmm7360_tty_poll_qp()
1329 idx = ring->last_handled; in xmm7360_net_poll()
1335 ring->last_handled = (idx + 1) & (ring->depth - 1); in xmm7360_net_poll()