Searched refs:TxDesIndex (Results 1 – 2 of 2) sorted by relevance
445 u8 FillIndex, TxDesIndex, FragmentCount, FillCount; in Mds_Tx() local493 TxDesIndex = pMds->TxDesIndex; /* Get the current ID */ in Mds_Tx()494 pTxDes->Descriptor_ID = TxDesIndex; in Mds_Tx()495 pMds->TxDesFrom[TxDesIndex] = 2; /* Storing the information of source coming from */ in Mds_Tx()496 pMds->TxDesIndex++; in Mds_Tx()497 pMds->TxDesIndex %= MAX_USB_TX_DESCRIPTOR; in Mds_Tx()
91 u8 TxDesIndex; /* The next index of TxDes can be used */ member