Home
last modified time | relevance | path

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

/qemu/hw/net/can/
H A Dctucan_core.c358 union ctu_can_fd_tx_command tx_command; in ctucan_mem_write() local
363 tx_command.u32 = (uint32_t)val; in ctucan_mem_write()
368 if (!(tx_command.u32 & (mask.u32 << i))) { in ctucan_mem_write()
373 if (tx_command.s.txca) { in ctucan_mem_write()
378 if (tx_command.s.txcr) { in ctucan_mem_write()
383 if (tx_command.s.txce) { in ctucan_mem_write()
/qemu/hw/net/
H A Deepro100.c738 static void tx_command(EEPRO100State *s) in tx_command() function
902 tx_command(s); in action_command()