Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfec.h13 #define FEC_ENET_TXF 0x08000000U /* Full frame transmitted */ macro
H A Dmac-fec.c106 #define FEC_NAPI_EVENT_MSK (FEC_ENET_RXF | FEC_ENET_RXB | FEC_ENET_TXF)
107 #define FEC_EVENT (FEC_ENET_RXF | FEC_ENET_TXF)
329 FW(fecp, imask, FEC_ENET_TXF | FEC_ENET_TXB | in restart()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec.h385 #define FEC_ENET_TXF (FEC_ENET_TXF_0 | FEC_ENET_TXF_1 | FEC_ENET_TXF_2) macro
393 #define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF)
/openbmc/u-boot/drivers/net/
H A Dmpc8xx_fec.c714 #define FEC_ENET_TXF ((uint)0x08000000) /* Full frame transmitted */ macro