Searched refs:TxDescQStart (Results 1 – 3 of 3) sorted by relevance
864 pMil->pNonphysical->TxDescQStart = pMil->Tx_desc; in amd8111s_allocate_descriptors()878 pMil->pNonphysical->TxDescQWrite = pMil->pNonphysical->TxDescQStart; in amd8111s_allocate_descriptors()1152 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in amd8111s_recycle_tx()1184 pNonphysical->TxDescQEnd) ? pNonphysical->TxDescQStart : in amd8111s_send_serial()1210 pNonphysical->TxDescQWrite = pNonphysical->TxDescQStart; in amd8111s_send_serial()1425 struct tx_desc *pTx_desc = adapter->pMil->pNonphysical->TxDescQStart; in amd8111s_tx_drain()
1708 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in milResetTxQ()1709 pNonphysical->TxDescQWrite = pNonphysical->TxDescQStart; in milResetTxQ()1718 pNonphysical->TxDescQWrite = pNonphysical->TxDescQStart; in milResetTxQ()
947 struct tx_desc *TxDescQStart; /* The start of the ring entries */ member