Lines Matching refs:remainder
261 DPRINTFN(5, "rx_stat=0x%02x rem=%u\n", rx_stat, td->remainder); in uss820dci_setup_rx()
286 if (count != td->remainder) { in uss820dci_setup_rx()
323 td->remainder = 0; in uss820dci_setup_rx()
397 rx_stat, rx_flag, td->remainder); in uss820dci_data_rx()
402 if (td->remainder == 0 && td->ep_index == 0) { in uss820dci_data_rx()
456 if (count > td->remainder) { in uss820dci_data_rx()
475 td->remainder -= buf_res.length; in uss820dci_data_rx()
484 if ((td->remainder == 0) || got_short) { in uss820dci_data_rx()
516 DPRINTFN(5, "tx_flag=0x%02x rem=%u\n", tx_flag, td->remainder); in uss820dci_data_tx()
551 if (td->remainder < count) { in uss820dci_data_tx()
554 count = td->remainder; in uss820dci_data_tx()
571 td->remainder -= buf_res.length; in uss820dci_data_tx()
590 if (td->remainder == 0) { in uss820dci_data_tx()
618 DPRINTFN(5, "rx_stat=0x%02x rem=%u\n", rx_stat, td->remainder); in uss820dci_data_tx_sync()
628 DPRINTFN(5, "tx_flag=0x%02x rem=%u\n", tx_flag, td->remainder); in uss820dci_data_tx_sync()
668 } else if (td->remainder > 0) { in uss820dci_xfer_do_fifo()
868 td->remainder = temp->len; in uss820dci_setup_standard_chain_sub()
1121 len = td->remainder; in uss820dci_standard_done_sub()