inext 245 dev/usb/ehci.c LIST_INSERT_HEAD(&(sc)->sc_intrhead, (ex), inext); inext 248 dev/usb/ehci.c LIST_REMOVE((ex), inext); \ inext 249 dev/usb/ehci.c (ex)->inext.le_prev = NULL; \ inext 251 dev/usb/ehci.c #define ehci_active_intr_list(ex) ((ex)->inext.le_prev != NULL) inext 675 dev/usb/ehci.c nextex = LIST_NEXT(ex, inext); inext 65 dev/usb/ehcivar.h LIST_ENTRY(ehci_xfer) inext; /* list of active xfers */