Home
last modified time | relevance | path

Searched refs:TXD_OWN (Results 1 – 7 of 7) 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 Dsunqe.c540 if (flags & TXD_OWN) in qe_tx_reclaim()
599 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH)); in qe_start_xmit()
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()
H A Dspl2sw_driver.c110 cmd1 = TXD_OWN | TXD_SOP | TXD_EOP | (mac->to_vlan << 12) | in spl2sw_ethernet_start_xmit()