Lines Matching refs:offer
30 TP_PROTO(const struct vmbus_channel_offer_channel *offer),
31 TP_ARGS(offer),
43 TP_fast_assign(__entry->child_relid = offer->child_relid;
44 __entry->monitorid = offer->monitorid;
45 __entry->is_ddc_int = offer->is_dedicated_interrupt;
46 __entry->connection_id = offer->connection_id;
47 export_guid(__entry->if_type, &offer->offer.if_type);
48 export_guid(__entry->if_instance, &offer->offer.if_instance);
49 __entry->chn_flags = offer->offer.chn_flags;
50 __entry->mmio_mb = offer->offer.mmio_megabytes;
51 __entry->sub_idx = offer->offer.sub_channel_index;
65 TP_PROTO(const struct vmbus_channel_rescind_offer *offer),
66 TP_ARGS(offer),
68 TP_fast_assign(__entry->child_relid = offer->child_relid),