Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Di4l.c238 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()
Disocdata.c507 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()
Dasyncdata.c261 if (skb->len >= bcs->rx_bufsize) { in hdlc_loop()
301 while (procbytes < numbytes && skb->len < bcs->rx_bufsize) { in iraw_loop()
Dgigaset.h373 unsigned rx_bufsize; /* max size accepted by application */ member
800 bcs->rx_skb = dev_alloc_skb(bcs->rx_bufsize + hw_hdr_len); in gigaset_new_rx_skb()
Dcommon.c628 bcs->rx_bufsize = 0; in gigaset_initbcs()
Dcapi.c1367 bcs->rx_bufsize = ap->rp.datablklen; in do_connect_req()
1669 bcs->rx_bufsize = ap->rp.datablklen; in do_connect_resp()
/linux-4.19.296/include/uapi/linux/
Dcyclades.h430 __u32 rx_bufsize; /* rx buffer size */ member