Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dmds_s.h90 u8 TxFillIndex; /* the next index of TxBuffer can be used */ member
Dmds.c460 FillIndex = pMds->TxFillIndex; in Mds_Tx()
542 pMds->TxFillIndex++; in Mds_Tx()
543 pMds->TxFillIndex %= MAX_USB_TX_BUFFER_NUMBER; in Mds_Tx()