Searched refs:buffers (Results 1 – 11 of 11) sorted by relevance
122 uint8_t *ecc_calc = chip->buffers.ecccalc; in nand_write_page_hwecc()148 uint8_t *ecc_calc = chip->buffers.ecccalc; in nand_read_page_hwecc()149 uint8_t *ecc_code = chip->buffers.ecccode; in nand_read_page_hwecc()609 nand->buffers.ecccalc = buf; in rt_mtd_nand_init()611 nand->buffers.ecccode = buf; in rt_mtd_nand_init()
78 struct nand_buffers buffers; member
76 * LWIP_DECLARE_MEMORY_ALIGNED() may be used to declare aligned memory buffers (mem/memp)77 or to move buffers to dedicated memory using compiler attributes
104 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290)675 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers1209 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now3956 zero-copy and copy-on-demand for packet buffers which have their4056 * Situations when all TCP buffers were used could lead to4083 * Better control over TCP output buffers.
119 * LWIP_DECLARE_MEMORY_ALIGNED() may be used to declare aligned memory buffers (mem/memp)120 or to move buffers to dedicated memory using compiler attributes
321 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290)892 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers1426 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now4173 zero-copy and copy-on-demand for packet buffers which have their4273 * Situations when all TCP buffers were used could lead to4300 * Better control over TCP output buffers.
105 …ed SPIS driver API: added the "p_context" parameter, allowed NULL pointers for zero-length buffers.
147 - reduced buffer flushes by grouping buffers
198 Ethernet controllers have on-chip buffers that are large enough to202 buffers are full, the incoming packet is dropped. This will cause672 the data into its own buffers. The data in the uip_appdata buffer will958 implementation to support multiple buffers would be straightforward,
467 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain595 - in minigzip.c, use static buffers only for 16-bit systems674 - test large buffers and deflateParams in example.c
282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now3029 zero-copy and copy-on-demand for packet buffers which have their3129 * Situations when all TCP buffers were used could lead to3156 * Better control over TCP output buffers.