Searched refs:TxDesIndex (Results 1 – 2 of 2) sorted by relevance
427 u8 FillIndex, TxDesIndex, FragmentCount, FillCount; in Mds_Tx() local477 TxDesIndex = pMds->TxDesIndex;//Get the current ID in Mds_Tx()478 pTxDes->Descriptor_ID = TxDesIndex; in Mds_Tx()479 pMds->TxDesFrom[ TxDesIndex ] = 2;//Storing the information of source comming from in Mds_Tx()480 pMds->TxDesIndex++; in Mds_Tx()481 pMds->TxDesIndex %= MAX_USB_TX_DESCRIPTOR; in Mds_Tx()
104 u8 TxDesIndex;//The next index of TxDes can be used member