Searched refs:TXD_OWN (Results 1 - 7 of 7) sorted by relevance

/linux-master/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 Dsunqe.c540 if (flags & TXD_OWN)
599 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
H A Dsunbmac.c773 if (this->tx_flags & TXD_OWN)
972 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_define.h180 #define TXD_OWN BIT(31) macro
H A Dspl2sw_int.c155 if (cmd & TXD_OWN)
H A Dspl2sw_driver.c110 cmd1 = TXD_OWN | TXD_SOP | TXD_EOP | (mac->to_vlan << 12) |
119 wmb(); /* Set TXD_OWN after other fields are effective. */

Completed in 132 milliseconds