Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Ddc2114x.c53 #define TD_TER 0x02000000 /* Transmit End Of Ring */ macro
360 tx_ring[txRingSize - 1].des1 |= cpu_to_le32(TD_TER); in dc21x4x_init()
394 tx_ring[tx_new].des1 = cpu_to_le32(TD_TER | TD_LS | TD_FS | length); in dc21x4x_send()
501 tx_ring[tx_new].des1 = cpu_to_le32(TD_TER | TD_SET| SETUP_FRAME_LEN); in send_setup_frame()