Searched refs:next_cycle (Results 1 – 2 of 2) sorted by relevance
895 unsigned int next_cycle = s->next_cycle; in generate_device_pkt_descs() local911 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()[all …]
196 unsigned int next_cycle; member