Lines Matching refs:sched_irq
626 bool sched_irq) in queue_packet() argument
630 params->interrupt = sched_irq; in queue_packet()
648 struct fw_iso_packet *params, bool sched_irq) in queue_out_packet() argument
652 return queue_packet(s, params, sched_irq); in queue_out_packet()
1093 bool sched_irq = false; in process_rx_packets() local
1103 sched_irq = need_hw_irq; in process_rx_packets()
1107 if (queue_out_packet(s, &template.params, sched_irq) < 0) { in process_rx_packets()
1139 bool sched_irq = (s == d->irq_target && i == packets - 1); in skip_rx_packets() local
1141 if (queue_out_packet(s, ¶ms, sched_irq) < 0) { in skip_rx_packets()
1677 bool sched_irq = false; in amdtp_stream_start() local
1683 sched_irq = !((s->packet_index + 1) % in amdtp_stream_start()
1687 err = queue_out_packet(s, ¶ms, sched_irq); in amdtp_stream_start()