Searched refs:TXD_OWN (Results 1 – 5 of 5) sorted by relevance
242 #define TXD_OWN 0x80000000 /* Ownership. */ macro
282 #define TXD_OWN 0x80000000 /* Ownership. */ macro
773 if (this->tx_flags & TXD_OWN) in bigmac_tx()972 (TXD_OWN | TXD_SOP | TXD_EOP | (len & TXD_LENGTH)); in bigmac_start_xmit()
180 #define TXD_OWN BIT(31) macro
155 if (cmd & TXD_OWN) in spl2sw_tx_poll()