Lines Matching refs:xa
322 TP_PROTO(const struct xdp_mem_allocator *xa),
324 TP_ARGS(xa),
327 __field(const struct xdp_mem_allocator *, xa)
334 __entry->xa = xa;
335 __entry->mem_id = xa->mem.id;
336 __entry->mem_type = xa->mem.type;
337 __entry->allocator = xa->allocator;
349 TP_PROTO(const struct xdp_mem_allocator *xa,
352 TP_ARGS(xa, rxq),
355 __field(const struct xdp_mem_allocator *, xa)
364 __entry->xa = xa;
365 __entry->mem_id = xa->mem.id;
366 __entry->mem_type = xa->mem.type;
367 __entry->allocator = xa->allocator;