Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtsec.h172 #define TXBD_WRAP 0x2000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h502 #define TXBD_WRAP 0x2000 macro
1315 lstatus &= BD_LFLAG(TXBD_WRAP); in gfar_clear_txbd_status()
H A Dgianfar.c1312 TXBD_WRAP); in gfar_init_bds()
/openbmc/u-boot/drivers/net/
H A Dtsec.c531 out_be16(&priv->txbd[TX_BUF_CNT - 1].status, status | TXBD_WRAP); in startup_tsec()