Searched refs:buffer_read (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c97 buffer_read enumerator in enum:__anon5212
136 if (read == buffer_read) {
242 ether3_setbuffer(dev, buffer_read, 0);
244 ether3_setbuffer(dev, buffer_read, RX_START);
489 ether3_setbuffer(dev, buffer_read, priv(dev)->tx_tail);
622 ether3_setbuffer(dev, buffer_read, next_ptr);
632 ether3_setbuffer(dev, buffer_read, this_ptr);
734 ether3_setbuffer(dev, buffer_read, tx_tail * 0x600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsecurity.c232 buffer_read(struct krb4buffer *buf, void *data, size_t len) function
260 bytes_read = buffer_read(&conn->in_buffer, buffer, len);
273 bytes_read = buffer_read(&conn->in_buffer, buffer, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbf_buff.c65 static int buffer_read(BIO *h, char *buf, int size);
79 buffer_read,
131 static int buffer_read(BIO *b, char *out, int outl) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbf_buff.c65 static int buffer_read(BIO *h, char *buf, int size);
79 buffer_read,
131 static int buffer_read(BIO *b, char *out, int outl) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c72 static guint64 buffer_read = 0; variable
253 if ((flac_cfg.stream.cast_title_streaming) && (icy_metaint > 0) && (buffer_read % icy_metaint) == 0 && (buffer_read > 0))
295 cnt = min4(len, buffer_length - rd_index, http_used(), icy_metaint - (gint) (buffer_read % icy_metaint));
303 buffer_read += cnt;
723 buffer_read = 0;

Completed in 113 milliseconds