Searched refs:buffsize (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.h35 int buffsize; /* Max buffers sizes */ member in struct:x25_asy
H A Dx25_asy.c162 sl->buffsize = len;
477 sl->buffsize = len;
693 if (sl->rcount < sl->buffsize)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dwrapper.h54 int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h87 int buffsize; /* Max buffers sizes */ member in struct:slip
H A Dslip.c169 sl->buffsize = len;
284 sl->buffsize = len;
333 if (count + 80 > sl->buffsize) {
1012 if (sl->rcount < sl->buffsize) {
1090 if (sl->rcount < sl->buffsize) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daudio.c168 (dmap->raw_buf + dmap->buffsize))
269 (audio_devs[dev]->dmap_out->raw_buf + audio_devs[dev]->dmap_out->buffsize))
271 printk(KERN_ERR "audio: Buffer error 3 (%lx,%d), (%lx, %d)\n", (long) dma_buf, l, (long) audio_devs[dev]->dmap_out->raw_buf, (int) audio_devs[dev]->dmap_out->buffsize);
583 bsz = dmap->buffsize;
587 if (bsz == dmap->buffsize)
618 if (dmap->fragment_size > (dmap->buffsize / 2))
619 dmap->fragment_size = (dmap->buffsize / 2);
634 n = dmap->buffsize / bsz;
727 if (dmap->fragment_size > dmap->buffsize)
728 dmap->fragment_size = dmap->buffsize;
[all...]
H A Dsscape.c118 int buffsize; /* -------------------------- */ member in struct:sscape_info
786 devc->buffsize = 8192*4;
787 if (devc->buffsize > dma_pagesize) devc->buffsize = dma_pagesize;
794 while (start_addr == NULL && devc->buffsize > PAGE_SIZE) {
795 for (sz = 0, size = PAGE_SIZE; size < devc->buffsize; sz++, size <<= 1);
796 devc->buffsize = PAGE_SIZE * (1 << sz);
798 if (start_addr == NULL) devc->buffsize /= 2;
806 end_addr = start_addr + devc->buffsize - 1;
811 printk(KERN_ERR "sscape pnp: Got invalid address 0x%lx for %db DMA-buffer\n", (long) start_addr, devc->buffsize);
[all...]
H A Ddmabuf.c80 dmap->buffsize = dma_buffsize;
81 if (dmap->buffsize > dma_pagesize)
82 dmap->buffsize = dma_pagesize;
89 while (start_addr == NULL && dmap->buffsize > PAGE_SIZE) {
90 for (sz = 0, size = PAGE_SIZE; size < dmap->buffsize; sz++, size <<= 1);
91 dmap->buffsize = PAGE_SIZE * (1 << sz);
94 dmap->buffsize /= 2;
102 end_addr = start_addr + dmap->buffsize - 1;
111 printk(KERN_ERR "sound: Got invalid address 0x%lx for %db DMA-buffer\n", (long) start_addr, dmap->buffsize);
133 for (sz = 0, size = PAGE_SIZE; size < dmap->buffsize; s
[all...]
H A Ddev_table.h87 int buffsize; member in struct:dma_buffparms
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dqssl.c434 int buffsize; local
437 buffsize = (buffersize > (size_t)INT_MAX) ? INT_MAX : (int)buffersize;
438 nread = SSL_Read(conn->ssl[num].handle, buf, buffsize);
H A Dcyassl.c362 int buffsize = (buffersize > (size_t)INT_MAX) ? INT_MAX : (int)buffersize; local
363 int nread = SSL_read(conn->ssl[num].handle, buf, buffsize);
H A Dssluse.c874 int buffsize; local
887 buffsize = (int)sizeof(buf);
897 buffsize);
2633 int buffsize; local
2637 buffsize = (buffersize > (size_t)INT_MAX) ? INT_MAX : (int)buffersize;
2638 nread = (ssize_t)SSL_read(conn->ssl[num].handle, buf, buffsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Disc.c32 static int next_token (char *token, int buffsize, FILE * fp) argument
47 else if ((c != '"') && (count<buffsize-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dwrapper.c78 * Function async_wrap (skb, *tx_buff, buffsize)
83 int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize) argument
136 if(n >= (buffsize-5)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dflvdec.c104 static int amf_get_string(ByteIOContext *ioc, char *buffer, int buffsize) { argument
106 if(length >= buffsize) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dmkiss.c66 int buffsize; /* Max buffers sizes */ member in struct:mkiss
343 if (ax->rcount < ax->buffsize) {
426 ax->buffsize = len;
635 ax->buffsize = len;
H A D6pack.c106 int buffsize; /* Max buffers sizes */ member in struct:sixpack
633 sp->buffsize = len;

Completed in 112 milliseconds