Lines Matching refs:replay
575 if (!d->replay.enable || !s->ctx_data.rx.replay_target) {
578 if (!d->replay.on_the_fly) {
939 // sequence replay.
950 // asynchronous transaction. The sequence replay is impossible due
1284 if (d->replay.enable)
1327 if (d->replay.enable)
1570 if (d->replay.enable && !d->replay.on_the_fly) {
1716 if (s->domain->replay.enable) {
1826 if (s->domain->replay.enable)
1921 if (s->domain->replay.enable)
1997 // Make the reference from rx stream to tx stream for sequence replay. When the number of tx streams
2004 // Make association to replay target.
2029 // No target is available to replay sequence.
2048 * @replay_seq: whether to replay the sequence of packet in IR context for the sequence of packet in
2050 * @replay_on_the_fly: transfer rx packets according to nominal frequency, then begin to replay
2068 d->replay.enable = replay_seq;
2069 d->replay.on_the_fly = replay_on_the_fly;