Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/usb/host/
Dxhci-ring.c3318 int sent_len, ret; in xhci_queue_bulk_tx() local
3430 sent_len = trb_buff_len; in xhci_queue_bulk_tx()
3432 while (sg && sent_len >= block_len) { in xhci_queue_bulk_tx()
3435 sent_len -= block_len; in xhci_queue_bulk_tx()
3440 addr += sent_len; in xhci_queue_bulk_tx()
3443 block_len -= sent_len; in xhci_queue_bulk_tx()