Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
uhci-q.c File Reference

Go to the source code of this file.

Macros

#define QH_FINISHED_UNLINKING(qh)
 

Macro Definition Documentation

#define QH_FINISHED_UNLINKING (   qh)
Value:
(qh->state == QH_STATE_UNLINKING && \
uhci->frame_number + uhci->is_stopped != qh->unlink_frame)

Definition at line 1569 of file uhci-q.c.