Home
last modified time | relevance | path

Searched refs:TxDesIndex (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/winbond/
Dmds.c427 u8 FillIndex, TxDesIndex, FragmentCount, FillCount; in Mds_Tx() local
477 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()
Dmds_s.h104 u8 TxDesIndex;//The next index of TxDes can be used member