Lines Matching refs:lost
712 bool lost; in check_cip_header() local
768 lost = false; in check_cip_header()
770 lost = dbc != *data_block_counter; in check_cip_header()
779 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
782 if (lost) { in check_cip_header()
906 bool lost; in generate_device_pkt_descs() local
911 lost = (next_cycle != cycle); in generate_device_pkt_descs()
912 if (lost) { in generate_device_pkt_descs()
919 lost = (next_cycle != cycle); in generate_device_pkt_descs()
920 if (!lost) { in generate_device_pkt_descs()
937 lost = (compare_ohci_cycle_count(safe_cycle, cycle) > 0); in generate_device_pkt_descs()
939 if (lost) { in generate_device_pkt_descs()