Lines Matching refs:next_cycle
895 unsigned int next_cycle = s->next_cycle; in generate_device_pkt_descs() local
911 lost = (next_cycle != cycle); in generate_device_pkt_descs()
916 unsigned int prev_cycle = next_cycle; in generate_device_pkt_descs()
918 next_cycle = increment_ohci_cycle_count(next_cycle, 1); in generate_device_pkt_descs()
919 lost = (next_cycle != cycle); in generate_device_pkt_descs()
935 unsigned int safe_cycle = increment_ohci_cycle_count(next_cycle, in generate_device_pkt_descs()
941 next_cycle, cycle); in generate_device_pkt_descs()
960 next_cycle = increment_ohci_cycle_count(next_cycle, 1); in generate_device_pkt_descs()
966 s->next_cycle = next_cycle; in generate_device_pkt_descs()
1132 s->next_cycle = increment_ohci_cycle_count(cycle, 1); in skip_rx_packets()
1260 s->next_cycle = increment_ohci_cycle_count(cycle, 1); in drop_tx_packets()
1396 unsigned int next_cycle; in drop_tx_packets_initially() local
1402 next_cycle = increment_ohci_cycle_count(s->next_cycle, in drop_tx_packets_initially()
1405 compare_ohci_cycle_count(next_cycle, cycle) > 0) in drop_tx_packets_initially()
1406 cycle = next_cycle; in drop_tx_packets_initially()
1496 unsigned int cycle = s->next_cycle; in irq_target_callback_skip()
1501 if (compare_ohci_cycle_count(s->next_cycle, cycle) > 0) in irq_target_callback_skip()
1502 cycle = s->next_cycle; in irq_target_callback_skip()