Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_core.c357 union ctu_can_fd_tx_command tx_command; in ctucan_mem_write() local
362 tx_command.u32 = (uint32_t)val; in ctucan_mem_write()
367 if (!(tx_command.u32 & (mask.u32 << i))) { in ctucan_mem_write()
372 if (tx_command.s.txca) { in ctucan_mem_write()
377 if (tx_command.s.txcr) { in ctucan_mem_write()
382 if (tx_command.s.txce) { in ctucan_mem_write()
/openbmc/qemu/hw/net/
H A Deepro100.c738 static void tx_command(EEPRO100State *s) in tx_command() function
902 tx_command(s); in action_command()