Searched refs:_tail (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_trace_guc.h | 21 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/ |
D | fjes_hw.h | 59 #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/ |
D | ctucanfd-driver.rst | 412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
|