Searched refs:rx_bufsize (Results 1 – 7 of 7) sorted by relevance
238 bcs->rx_bufsize = SBUFSIZE; in command_from_LL()241 bcs->rx_bufsize = TRANSBUFSIZE; in command_from_LL()330 bcs->rx_bufsize = SBUFSIZE; in command_from_LL()333 bcs->rx_bufsize = TRANSBUFSIZE; in command_from_LL()
507 if (bcs->rx_skb->len >= bcs->rx_bufsize) { in hdlc_putbyte()853 dobytes = bcs->rx_bufsize - skb->len; in trans_receive()869 dobytes = bcs->rx_bufsize; in trans_receive()
261 if (skb->len >= bcs->rx_bufsize) { in hdlc_loop()301 while (procbytes < numbytes && skb->len < bcs->rx_bufsize) { in iraw_loop()
373 unsigned rx_bufsize; /* max size accepted by application */ member800 bcs->rx_skb = dev_alloc_skb(bcs->rx_bufsize + hw_hdr_len); in gigaset_new_rx_skb()
628 bcs->rx_bufsize = 0; in gigaset_initbcs()
1367 bcs->rx_bufsize = ap->rp.datablklen; in do_connect_req()1669 bcs->rx_bufsize = ap->rp.datablklen; in do_connect_resp()
430 __u32 rx_bufsize; /* rx buffer size */ member