Searched refs:sent_len (Results 1 – 3 of 3) sorted by relevance
940 int curr_xfer_len = 0, sent_len = 0, write_count; in _scif_send() local948 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()952 curr_xfer_len = min(len - sent_len, write_count); in _scif_send()969 sent_len += curr_xfer_len; in _scif_send()973 curr_xfer_len = min(len - sent_len, SCIF_ENDPT_QP_SIZE - 1); in _scif_send()989 if (sent_len) in _scif_send()990 ret = sent_len; in _scif_send()1098 int sent_len = 0; in scif_user_send() local1123 while (sent_len != len) { in scif_user_send()1124 loop_len = len - sent_len; in scif_user_send()[all …]
160 int sent_len = 0; in gdm_tty_write() local172 (void *)(buf + sent_len), in gdm_tty_write()177 sent_len += sending_len; in gdm_tty_write()
3245 int sent_len, ret; in xhci_queue_bulk_tx() local3357 sent_len = trb_buff_len; in xhci_queue_bulk_tx()3359 while (sg && sent_len >= block_len) { in xhci_queue_bulk_tx()3362 sent_len -= block_len; in xhci_queue_bulk_tx()3367 addr += sent_len; in xhci_queue_bulk_tx()3370 block_len -= sent_len; in xhci_queue_bulk_tx()