Searched refs:tx_fifo (Results 1 – 3 of 3) sorted by relevance
/external/qemu/hw/ |
D | smc91c111.c | 38 int tx_fifo[NUM_PACKETS]; member 76 qemu_put_buffer(f, (uint8_t*) s->tx_fifo, sizeof(s->tx_fifo)); in smc91c111_save() 112 qemu_get_buffer(f, (uint8_t*) s->tx_fifo, sizeof(s->tx_fifo)); in smc91c111_load() 249 packetnum = s->tx_fifo[i]; in smc91c111_do_tx() 298 s->tx_fifo[s->tx_fifo_len++] = packet; in smc91c111_queue_tx()
|
/external/iproute2/ip/ |
D | ip6tunnel.c | 273 tx_fifo, tx_colls, tx_carrier, rx_multi; in do_tunnels_list() local 287 &tx_fifo, &tx_colls, &tx_carrier) != 14) in do_tunnels_list()
|
D | iptunnel.c | 404 tx_fifo, tx_colls, tx_carrier, rx_multi; in do_tunnels_list() local 431 &tx_fifo, &tx_colls, &tx_carrier) != 14) in do_tunnels_list()
|