Lines Matching refs:xa
310 TP_PROTO(const struct xdp_mem_allocator *xa),
312 TP_ARGS(xa),
315 __field(const struct xdp_mem_allocator *, xa)
322 __entry->xa = xa;
323 __entry->mem_id = xa->mem.id;
324 __entry->mem_type = xa->mem.type;
325 __entry->allocator = xa->allocator;
337 TP_PROTO(const struct xdp_mem_allocator *xa,
340 TP_ARGS(xa, rxq),
343 __field(const struct xdp_mem_allocator *, xa)
352 __entry->xa = xa;
353 __entry->mem_id = xa->mem.id;
354 __entry->mem_type = xa->mem.type;
355 __entry->allocator = xa->allocator;