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

/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c41 eth_buf_t* pending_tx = NULL; variable
66 while (pending_tx != NULL) {
67 eth_fifo_entry_t* e = pending_tx->e;
68 e->cookie = pending_tx;
73 pending_tx = pending_tx->next;
96 tx->next = pending_tx;
97 pending_tx = tx;

Completed in 24 milliseconds