Lines Matching refs:ctx

446 	TP_PROTO(const struct fw_iso_context *ctx, unsigned int channel, unsigned int scode),
447 TP_ARGS(ctx, channel, scode),
448 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT),
456 __entry->context = (uintptr_t)ctx;
457 __entry->card_index = ctx->card->index;
471 TP_PROTO(const struct fw_iso_context *ctx, unsigned int channel, unsigned int header_size),
472 TP_ARGS(ctx, channel, header_size),
473 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE),
481 __entry->context = (uintptr_t)ctx;
482 __entry->card_index = ctx->card->index;
496 TP_PROTO(const struct fw_iso_context *ctx),
497 TP_ARGS(ctx),
498 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL),
504 __entry->context = (uintptr_t)ctx;
505 __entry->card_index = ctx->card->index;
515 TP_PROTO(const struct fw_iso_context *ctx),
516 TP_ARGS(ctx),
522 __entry->context = (uintptr_t)ctx;
523 __entry->card_index = ctx->card->index;
533 TP_PROTO(const struct fw_iso_context *ctx),
534 TP_ARGS(ctx),
535 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT)
539 TP_PROTO(const struct fw_iso_context *ctx),
540 TP_ARGS(ctx),
541 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
545 TP_PROTO(const struct fw_iso_context *ctx),
546 TP_ARGS(ctx),
547 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL)
551 TP_PROTO(const struct fw_iso_context *ctx, u64 channels),
552 TP_ARGS(ctx, channels),
559 __entry->context = (uintptr_t)ctx;
560 __entry->card_index = ctx->card->index;
572 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match),
573 TP_ARGS(ctx, cycle_match),
574 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT),
582 __entry->context = (uintptr_t)ctx;
583 __entry->card_index = ctx->card->index;
597 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
598 TP_ARGS(ctx, cycle_match, sync, tags),
608 __entry->context = (uintptr_t)ctx;
609 __entry->card_index = ctx->card->index;
632 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
633 TP_ARGS(ctx, cycle_match, sync, tags),
634 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
638 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
639 TP_ARGS(ctx, cycle_match, sync, tags),
640 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL)
644 TP_PROTO(const struct fw_iso_context *ctx),
645 TP_ARGS(ctx),
651 __entry->context = (uintptr_t)ctx;
652 __entry->card_index = ctx->card->index;
662 TP_PROTO(const struct fw_iso_context *ctx),
663 TP_ARGS(ctx),
664 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT)
668 TP_PROTO(const struct fw_iso_context *ctx),
669 TP_ARGS(ctx),
670 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
674 TP_PROTO(const struct fw_iso_context *ctx),
675 TP_ARGS(ctx),
676 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL)
680 TP_PROTO(const struct fw_iso_context *ctx),
681 TP_ARGS(ctx),
687 __entry->context = (uintptr_t)ctx;
688 __entry->card_index = ctx->card->index;
698 TP_PROTO(const struct fw_iso_context *ctx),
699 TP_ARGS(ctx),
700 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT)
704 TP_PROTO(const struct fw_iso_context *ctx),
705 TP_ARGS(ctx),
706 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
710 TP_PROTO(const struct fw_iso_context *ctx),
711 TP_ARGS(ctx),
712 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL)
716 TP_PROTO(const struct fw_iso_context *ctx),
717 TP_ARGS(ctx),
723 __entry->context = (uintptr_t)ctx;
724 __entry->card_index = ctx->card->index;
734 TP_PROTO(const struct fw_iso_context *ctx),
735 TP_ARGS(ctx),
736 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT)
740 TP_PROTO(const struct fw_iso_context *ctx),
741 TP_ARGS(ctx),
742 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
746 TP_PROTO(const struct fw_iso_context *ctx),
747 TP_ARGS(ctx),
748 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL)
751 #define TP_STRUCT__entry_iso_packet(ctx, buffer_offset, packet) \ argument
763 #define TP_fast_assign_iso_packet(ctx, buffer_offset, packet) \ argument
765 __entry->context = (uintptr_t)ctx; \
766 __entry->card_index = ctx->card->index; \
777 …TP_PROTO(const struct fw_iso_context *ctx, unsigned long buffer_offset, const struct fw_iso_packet…
778 TP_ARGS(ctx, buffer_offset, packet),
779 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT),
780 TP_STRUCT__entry_iso_packet(ctx, buffer_offset, packet),
781 TP_fast_assign_iso_packet(ctx, buffer_offset, packet),
797 …TP_PROTO(const struct fw_iso_context *ctx, unsigned long buffer_offset, const struct fw_iso_packet…
798 TP_ARGS(ctx, buffer_offset, packet),
799 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE),
800 TP_STRUCT__entry_iso_packet(ctx, buffer_offset, packet),
801 TP_fast_assign_iso_packet(ctx, buffer_offset, packet),
813 …TP_PROTO(const struct fw_iso_context *ctx, unsigned long buffer_offset, const struct fw_iso_packet…
814 TP_ARGS(ctx, buffer_offset, packet),
815 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE_MULTICHANNEL),
816 TP_STRUCT__entry_iso_packet(ctx, buffer_offset, packet),
817 TP_fast_assign_iso_packet(ctx, buffer_offset, packet),
845 …TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause ca…
846 TP_ARGS(ctx, timestamp, cause, header, header_length),
855 __entry->context = (uintptr_t)ctx;
856 __entry->card_index = ctx->card->index;
873 …TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause ca…
874 TP_ARGS(ctx, timestamp, cause, header, header_length),
875 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_TRANSMIT)
879 …TP_PROTO(const struct fw_iso_context *ctx, u16 timestamp, enum fw_iso_context_completions_cause ca…
880 TP_ARGS(ctx, timestamp, cause, header, header_length),
881 TP_CONDITION(ctx->type == FW_ISO_CONTEXT_RECEIVE)
885 …TP_PROTO(const struct fw_iso_context *ctx, unsigned int completed, enum fw_iso_context_completions…
886 TP_ARGS(ctx, completed, cause),
894 __entry->context = (uintptr_t)ctx;
895 __entry->card_index = ctx->card->index;