Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h244 #define TXD_EOP 0x20000000 /* End Of Packet */ macro
H A Dsunqe.h284 #define TXD_EOP 0x20000000 /* End Of Packet */ macro
H A Dsunbmac.c972 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH)); in bigmac_start_xmit()
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_define.h183 #define TXD_EOP BIT(24) /* end of a packet */ macro