Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_trace_guc.h21 TP_PROTO(struct xe_device *xe, u32 _head, u32 _tail, u32 size, u32 space, u32 len),
22 TP_ARGS(xe, _head, _tail, size, space, len),
27 __field(u32, _tail)
36 __entry->_tail = _tail;
43 __get_str(dev), __entry->_head, __entry->_tail, __entry->size,
48 TP_PROTO(struct xe_device *xe, u32 _head, u32 _tail, u32 size, u32 space, u32 len),
49 TP_ARGS(xe, _head, _tail, size, space, len)
53 TP_PROTO(struct xe_device *xe, u32 _head, u32 _tail, u32 size, u32 space, u32 len),
54 TP_ARGS(xe, _head, _tail, size, space, len),
57 __get_str(dev), __entry->_head, __entry->_tail, __entry->size,
/linux-6.12.1/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-6.12.1/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how