Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fjes/
Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ argument
60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
/linux-5.19.10/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst413 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how