Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Disocdata.c837 int dobytes; in trans_receive() local
850 dobytes = bcs->rx_bufsize - skb->len; in trans_receive()
852 dst = skb_put(skb, count < dobytes ? count : dobytes); in trans_receive()
853 while (count > 0 && dobytes > 0) { in trans_receive()
856 dobytes--; in trans_receive()
858 if (dobytes == 0) { in trans_receive()
866 dobytes = bcs->rx_bufsize; in trans_receive()