Searched refs:dobytes (Results 1 – 1 of 1) sorted by relevance
840 int dobytes; in trans_receive() local853 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()