Home
last modified time | relevance | path

Searched refs:sent_len (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_api.c940 int curr_xfer_len = 0, sent_len = 0, write_count; in _scif_send() local
948 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() local
1123 while (sent_len != len) { in scif_user_send()
1124 loop_len = len - sent_len; in scif_user_send()
[all …]
/Linux-v5.4/drivers/staging/gdm724x/
Dgdm_tty.c160 int sent_len = 0; in gdm_tty_write() local
172 (void *)(buf + sent_len), in gdm_tty_write()
177 sent_len += sending_len; in gdm_tty_write()
/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c3245 int sent_len, ret; in xhci_queue_bulk_tx() local
3357 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()