Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h429 #define TD_TFP (TD_TFP1 | TD_TFP0) macro
H A Dsh_eth.c1260 txdesc->status = cpu_to_le32(TD_TFP); in sh_eth_tx_free()
1383 txdesc->status = cpu_to_le32(TD_TFP); in sh_eth_ring_format()
/openbmc/u-boot/drivers/net/
H A Dsh_eth.h498 #define TD_TFP (TD_TFP1|TD_TFP0) macro
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()