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

/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c22 #define BUFS 256 macro
146 eth_fifo_entry_t entries[BUFS];
209 // Allocate shareable ethernet buffer data heap. The first BUFS entries represent rx buffers,
210 // followed by BUFS entries representing tx buffers.
211 unsigned count = BUFS * 2;
228 // Write first BUFS entries to rx fifo...
230 for (; n < BUFS; n++) {
240 // ... continue writing next BUFS entries to tx fifo.
241 eth_buf_t* buf = malloc(sizeof(eth_buf_t) * BUFS);

Completed in 59 milliseconds