Searched refs:sent_len (Results 1 – 3 of 3) sorted by relevance
949 int curr_xfer_len = 0, sent_len = 0, write_count; in _scif_send() local957 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()961 curr_xfer_len = min(len - sent_len, write_count); in _scif_send()978 sent_len += curr_xfer_len; in _scif_send()982 curr_xfer_len = min(len - sent_len, SCIF_ENDPT_QP_SIZE - 1); in _scif_send()998 if (sent_len) in _scif_send()999 ret = sent_len; in _scif_send()1107 int sent_len = 0; in scif_user_send() local1132 while (sent_len != len) { in scif_user_send()1133 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()
3130 int sent_len, ret; in xhci_queue_bulk_tx() local3235 sent_len = trb_buff_len; in xhci_queue_bulk_tx()3237 while (sg && sent_len >= block_len) { in xhci_queue_bulk_tx()3240 sent_len -= block_len; in xhci_queue_bulk_tx()3245 addr += sent_len; in xhci_queue_bulk_tx()3248 block_len -= sent_len; in xhci_queue_bulk_tx()