Home
last modified time | relevance | path

Searched refs:tx_command (Results 1 – 5 of 5) 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/linux/drivers/net/ethernet/i825xx/
H A Dether1.h65 unsigned short tx_command; member
H A Dether1.c702 tx.tx_command = CMD_TX | CMD_INTR; in ether1_sendpacket()
/openbmc/qemu/hw/net/
H A Deepro100.c740 static void tx_command(EEPRO100State *s) in tx_command() function
904 tx_command(s); in action_command()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c560 __le16 tx_command; member
1053 nic->tx_command = cpu_to_le16(cb_tx | cb_tx_sf | in e100_get_defaults()
1739 cb->command = nic->tx_command; in e100_xmit_prepare()