Searched refs:TxDescQEnd (Results 1 – 2 of 2) sorted by relevance
865 pMil->pNonphysical->TxDescQEnd = &(pMil->Tx_desc[TX_RING_SIZE -1]); in amd8111s_allocate_descriptors()1151 if (pNonphysical->TxDescQRead > pNonphysical->TxDescQEnd) { in amd8111s_recycle_tx()1184 pNonphysical->TxDescQEnd) ? pNonphysical->TxDescQStart : in amd8111s_send_serial()1209 if (pNonphysical->TxDescQWrite > pNonphysical->TxDescQEnd) { in amd8111s_send_serial()
948 struct tx_desc *TxDescQEnd; /* The end of the ring entries */ member