Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c88 if (port_info->tx_desc_cur->td0 & TD_TDLE) in sh_eth_send_common()
89 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP | TD_TDLE; in sh_eth_send_common()
226 cur_tx_desc->td0 |= TD_TDLE; in sh_eth_tx_desc_init()
H A Dsh_eth.h493 TD_TDLE = 0x40000000, TD_TFP1 = 0x20000000, enumerator
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h421 TD_TDLE = 0x40000000, enumerator
H A Dsh_eth.c1262 txdesc->status |= cpu_to_le32(TD_TDLE); in sh_eth_tx_free()
1393 txdesc->status |= cpu_to_le32(TD_TDLE); in sh_eth_ring_format()
2530 txdesc->status |= cpu_to_le32(TD_TACT | TD_TDLE); in sh_eth_start_xmit()