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

/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c27 typedef struct eth_buf eth_buf_t; typedef in typeref:struct:eth_buf
30 eth_buf_t* next;
40 eth_buf_t* avail_tx_buffers = NULL;
41 eth_buf_t* pending_tx = NULL;
79 eth_buf_t* buf = e->cookie;
85 zx_status_t acquire_tx_buffer(eth_buf_t** out) {
95 void queue_tx_buffer(eth_buf_t* tx) {
101 eth_buf_t* tx;
241 eth_buf_t* buf = malloc(sizeof(eth_buf_t) * BUF
[all...]

Completed in 52 milliseconds