Lines Matching refs:lost
739 bool lost; in check_cip_header() local
795 lost = false; in check_cip_header()
797 lost = dbc != *data_block_counter; in check_cip_header()
810 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
813 if (lost) { in check_cip_header()
952 bool lost; in generate_tx_packet_descs() local
957 lost = (next_cycle != cycle); in generate_tx_packet_descs()
958 if (lost) { in generate_tx_packet_descs()
965 lost = (next_cycle != cycle); in generate_tx_packet_descs()
966 if (!lost) { in generate_tx_packet_descs()
983 lost = (compare_ohci_cycle_count(safe_cycle, cycle) < 0); in generate_tx_packet_descs()
985 if (lost) { in generate_tx_packet_descs()