Lines Matching refs:pq
617 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
620 TP_ARGS(pq, sde, wait),
621 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
622 __field(struct hfi1_user_sdma_pkt_q *, pq)
628 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
629 __entry->pq = pq;
635 TP_printk("[%s] pq %llx sde %llx wait %llx engine %d empty %d",
637 (unsigned long long)__entry->pq,
646 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
649 TP_ARGS(pq, wait, reason),
650 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
651 __field(struct hfi1_user_sdma_pkt_q *, pq)
655 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
656 __entry->pq = pq;
660 TP_printk("[%s] pq %llx wait %llx reason %d",
662 (unsigned long long)__entry->pq,
669 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
671 TP_ARGS(pq, we_ret),
672 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
673 __field(struct hfi1_user_sdma_pkt_q *, pq)
677 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
678 __entry->pq = pq;
679 __entry->state = pq->state;
682 TP_printk("[%s] pq %llx state %d we_ret %d",
684 (unsigned long long)__entry->pq,