Lines Matching refs:index
26 TP_PROTO(unsigned int index, const void *page, dma_addr_t phys,
28 TP_ARGS(index, page, phys, dir),
30 __field(unsigned int, index)
36 __entry->index = index;
41 TP_printk("index=%u page=%p phys=%pad dir=%s",
42 __entry->index, __entry->page, &__entry->phys,
47 TP_PROTO(unsigned int index, const void *page, dma_addr_t phys,
49 TP_ARGS(index, page, phys, dir)
53 TP_PROTO(unsigned int index, const void *page, dma_addr_t phys,
55 TP_ARGS(index, page, phys, dir)
59 TP_PROTO(unsigned int index, const void *page, dma_addr_t phys,
61 TP_ARGS(index, page, phys, dir)
65 TP_PROTO(__le32 size, __le16 id, __le16 index, __le32 count),
66 TP_ARGS(size, id, index, count),
70 __field(u16, index)
76 __entry->index = le16_to_cpu(index);
79 TP_printk("id=%u size=%u index=%u count=%u",
80 __entry->id, __entry->size, __entry->index, __entry->count)
84 TP_PROTO(__le32 size, __le16 id, __le16 index, __le32 count),
85 TP_ARGS(size, id, index, count)
89 TP_PROTO(__le32 size, __le16 id, __le16 index, __le32 count),
90 TP_ARGS(size, id, index, count)
94 TP_PROTO(__le32 size, __le16 id, __le16 index, __le32 count),
95 TP_ARGS(size, id, index, count)