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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmds.c425 u8 FillIndex, TxDesIndex, FragmentCount, FillCount; local
475 TxDesIndex = pMds->TxDesIndex; /* Get the current ID */
476 pTxDes->Descriptor_ID = TxDesIndex;
477 pMds->TxDesFrom[ TxDesIndex ] = 2; /* Storing the information of source comming from */
478 pMds->TxDesIndex++;
479 pMds->TxDesIndex %= MAX_USB_TX_DESCRIPTOR;
H A Dmds_s.h92 u8 TxDesIndex; /* The next index of TxDes can be used */ member in struct:wb35_mds

Completed in 98 milliseconds