Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/gigaset/
Disocdata.c840 int dobytes; in trans_receive() local
853 dobytes = bcs->rx_bufsize - skb->len; in trans_receive()
855 dst = skb_put(skb, count < dobytes ? count : dobytes); in trans_receive()
856 while (count > 0 && dobytes > 0) { in trans_receive()
859 dobytes--; in trans_receive()
861 if (dobytes == 0) { in trans_receive()
869 dobytes = bcs->rx_bufsize; in trans_receive()