Lines Matching refs:next_cycle
938 unsigned int next_cycle = s->next_cycle; in generate_tx_packet_descs() local
957 lost = (next_cycle != cycle); in generate_tx_packet_descs()
962 unsigned int prev_cycle = next_cycle; in generate_tx_packet_descs()
964 next_cycle = increment_ohci_cycle_count(next_cycle, 1); in generate_tx_packet_descs()
965 lost = (next_cycle != cycle); in generate_tx_packet_descs()
981 unsigned int safe_cycle = increment_ohci_cycle_count(next_cycle, in generate_tx_packet_descs()
987 next_cycle, cycle); in generate_tx_packet_descs()
1006 next_cycle = increment_ohci_cycle_count(next_cycle, 1); in generate_tx_packet_descs()
1013 s->next_cycle = next_cycle; in generate_tx_packet_descs()
1258 s->next_cycle = increment_ohci_cycle_count(cycle, 1); in skip_rx_packets()
1394 s->next_cycle = increment_ohci_cycle_count(cycle, 1); in drop_tx_packets()
1530 unsigned int next_cycle; in drop_tx_packets_initially() local
1536 next_cycle = increment_ohci_cycle_count(s->next_cycle, in drop_tx_packets_initially()
1539 compare_ohci_cycle_count(next_cycle, cycle) > 0) in drop_tx_packets_initially()
1540 cycle = next_cycle; in drop_tx_packets_initially()
1630 unsigned int cycle = s->next_cycle; in irq_target_callback_skip()
1635 if (compare_ohci_cycle_count(s->next_cycle, cycle) > 0) in irq_target_callback_skip()
1636 cycle = s->next_cycle; in irq_target_callback_skip()