Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.h489 TD_TACT = 0x80000000, enumerator
491 TD_TACT = 0x7fffffff,
H A Dsh_eth.c89 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP | TD_TDLE; in sh_eth_send_common()
91 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP; in sh_eth_send_common()
105 } while (port_info->tx_desc_cur->td0 & TD_TACT && timeout--); in sh_eth_send_common()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h420 TD_TACT = 0x80000000, enumerator
H A Dsh_eth.c1242 sent = !(txdesc->status & cpu_to_le32(TD_TACT)); in sh_eth_tx_free()
1545 mdp->tx_ring[i].status &= ~cpu_to_le32(TD_TACT); in sh_eth_dev_exit()
2530 txdesc->status |= cpu_to_le32(TD_TACT | TD_TDLE); in sh_eth_start_xmit()
2532 txdesc->status |= cpu_to_le32(TD_TACT); in sh_eth_start_xmit()