Lines Matching refs:pq
659 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
662 TP_ARGS(pq, sde, wait),
663 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
664 __field(struct hfi1_user_sdma_pkt_q *, pq)
670 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
671 __entry->pq = pq;
677 TP_printk("[%s] pq %llx sde %llx wait %llx engine %d empty %d",
679 (unsigned long long)__entry->pq,
688 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
691 TP_ARGS(pq, wait, reason),
692 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
693 __field(struct hfi1_user_sdma_pkt_q *, pq)
697 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
698 __entry->pq = pq;
702 TP_printk("[%s] pq %llx wait %llx reason %d",
704 (unsigned long long)__entry->pq,
711 TP_PROTO(struct hfi1_user_sdma_pkt_q *pq,
713 TP_ARGS(pq, we_ret),
714 TP_STRUCT__entry(DD_DEV_ENTRY(pq->dd)
715 __field(struct hfi1_user_sdma_pkt_q *, pq)
719 TP_fast_assign(DD_DEV_ASSIGN(pq->dd);
720 __entry->pq = pq;
721 __entry->state = pq->state;
724 TP_printk("[%s] pq %llx state %d we_ret %d",
726 (unsigned long long)__entry->pq,