Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h242 #define TXD_OWN 0x80000000 /* Ownership. */ macro
H A Dsunqe.h282 #define TXD_OWN 0x80000000 /* Ownership. */ macro
H A Dsunbmac.c773 if (this->tx_flags & TXD_OWN) in bigmac_tx()
972 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH)); in bigmac_start_xmit()
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_define.h180 #define TXD_OWN BIT(31) macro
H A Dspl2sw_int.c155 if (cmd & TXD_OWN) in spl2sw_tx_poll()