Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/scif/
Dscif_api.c949 int curr_xfer_len = 0, sent_len = 0, write_count; in _scif_send() local
957 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() local
1132 while (sent_len != len) { in scif_user_send()
1133 loop_len = len - sent_len; in scif_user_send()
[all …]
/Linux-v4.19/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-v4.19/drivers/usb/host/
Dxhci-ring.c3130 int sent_len, ret; in xhci_queue_bulk_tx() local
3235 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()