Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.h70 #define EP_RING_FULL(_head, _tail, _max) \ argument
71 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
72 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
73 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))