Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/winbond/
Dwb35tx.c39 pMds->TxOwner[ pWb35Tx->TxSendIndex ] = 0;// Set the owner. Free the owner bit always. in Wb35Tx_complete()
40 pWb35Tx->TxSendIndex++; in Wb35Tx_complete()
41 pWb35Tx->TxSendIndex %= MAX_USB_TX_BUFFER_NUMBER; in Wb35Tx_complete()
83 SendIndex = pWb35Tx->TxSendIndex; in Wb35Tx()
Dwb35tx_s.h32 u32 TxSendIndex;// The next index of Mds array to be sent member