Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dmds.c442 struct wb35_descriptor *pTxDes = &TxDes; in Mds_Tx() local
491 memset((u8 *)pTxDes + 1, 0, sizeof(struct wb35_descriptor) - 1); in Mds_Tx()
494 pTxDes->Descriptor_ID = TxDesIndex; in Mds_Tx()
499 MLME_GetNextPacket(adapter, pTxDes); in Mds_Tx()
502 Mds_HeaderCopy(adapter, pTxDes, XmitBufAddress); in Mds_Tx()
505 if (pTxDes->EapFix) { in Mds_Tx()
511 CurrentSize = Mds_BodyCopy(adapter, pTxDes, XmitBufAddress); in Mds_Tx()
514 Mds_DurationSet(adapter, pTxDes, XmitBufAddress); in Mds_Tx()