Searched refs:Tx_OWN (Results 1 – 3 of 3) sorted by relevance
875 pMil->pNonphysical->TxDescQWrite->Tx_OWN = 0; in amd8111s_allocate_descriptors()1146 while (pNonphysical->TxDescQRead->Tx_OWN == 0 && in amd8111s_recycle_tx()1206 pNonphysical->TxDescQWrite->Tx_OWN = 1; in amd8111s_send_serial()1428 while ((pTx_desc->Tx_OWN == 0) && (desc_count < TX_RING_SIZE)) { in amd8111s_tx_drain()
785 unsigned int Tx_OWN :1; /* Own Bit for the Transmit */ member
1713 pNonphysical->TxDescQWrite->Tx_OWN = 0; in milResetTxQ()