Home
last modified time | relevance | path

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

/drivers/staging/winbond/
Dmlme_mib.h65 (adapter)->Mds.MaxReceiveTime = ReceiveLifeTime; \
80 #define MLMEGetMaxReceiveLifeTime(adapter) ((u32) (adapter)->Mds.MaxReceiveTime)
Dmds_s.h35 #define CURRENT_CONTROL_PORT_BLOCK ( psSME->wpa_ok!=1 || (adapter->Mds.boCounterMeasureBlock==1 &&…
36 #define CURRENT_FRAGMENT_THRESHOLD (adapter->Mds.TxFragmentThreshold & ~0x1)
42 #define CURRENT_RTS_THRESHOLD adapter->Mds.TxRTSThreshold
Dmds.c13 PMDS pMds = &adapter->Mds; in Mds_initial()
225 PMDS pMds = &adapter->Mds; in Mds_BodyCopy()
325 PMDS pMds = &adapter->Mds; in Mds_HeaderCopy()
422 PMDS pMds = &adapter->Mds; in Mds_Tx()
563 PMDS pMds = &adapter->Mds; in Mds_SendComplete()
Dcore.h24 MDS Mds; member
Dwb35tx.c33 PMDS pMds = &adapter->Mds; in Wb35Tx_complete()
70 PMDS pMds = &adapter->Mds; in Wb35Tx()
Dwbusb.c215 priv->Mds.TxRTSThreshold = DEFAULT_RTSThreshold; in wb35_hw_init()
216 priv->Mds.TxFragmentThreshold = DEFAULT_FRAGMENT_THRESHOLD; in wb35_hw_init()