Searched refs:TxDescQRead (Results 1 – 3 of 3) sorted by relevance
862 pMil->pNonphysical->TxDescQRead = pMil->Tx_desc; in amd8111s_allocate_descriptors()1146 while (pNonphysical->TxDescQRead->Tx_OWN == 0 && in amd8111s_recycle_tx()1147 pNonphysical->TxDescQRead != pNonphysical->TxDescQWrite) { in amd8111s_recycle_tx()1150 pNonphysical->TxDescQRead++; in amd8111s_recycle_tx()1151 if (pNonphysical->TxDescQRead > pNonphysical->TxDescQEnd) { in amd8111s_recycle_tx()1152 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in amd8111s_recycle_tx()1186 pNonphysical->TxDescQRead) in amd8111s_send_serial()
945 struct tx_desc *TxDescQRead; /* The next ring entry to be freed */ member
1708 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in milResetTxQ()