Home
last modified time | relevance | path

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

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