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