Home
last modified time | relevance | path

Searched refs:tx_alloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A Dsmc91c111.c52 int tx_alloc; member
82 VMSTATE_INT32(tx_alloc, smc91c111_state),
194 s->tx_alloc = smc91c111_allocate_packet(s); in smc91c111_tx_alloc()
195 if (s->tx_alloc == 0x80) in smc91c111_tx_alloc()
254 if (s->tx_alloc == 0x80) in smc91c111_release_packet()
368 s->tx_alloc = 0; in smc91c111_reset()
508 s->tx_alloc = 0x80; in smc91c111_writeb()
518 s->tx_alloc = 0; in smc91c111_writeb()
691 return s->tx_alloc; in smc91c111_readb()