Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
unsigned char | Mds_initial (struct wbsoft_priv *adapter) |
void | Mds_Tx (struct wbsoft_priv *adapter) |
void | Mds_SendComplete (struct wbsoft_priv *adapter, struct T02_descriptor *pt02) |
void | Mds_MpduProcess (struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes) |
void | DataDmp (u8 *pdata, u32 len, u32 offset) |
u16 | MDS_GetPacketSize (struct wbsoft_priv *adapter) |
void | MDS_GetNextPacket (struct wbsoft_priv *adapter, struct wb35_descriptor *pdes) |
void | MDS_GetNextPacketComplete (struct wbsoft_priv *adapter, struct wb35_descriptor *pdes) |
void | MDS_SendResult (struct wbsoft_priv *adapter, u8 packetid, unsigned char sendok) |
void MDS_GetNextPacket | ( | struct wbsoft_priv * | adapter, |
struct wb35_descriptor * | pdes | ||
) |
void MDS_GetNextPacketComplete | ( | struct wbsoft_priv * | adapter, |
struct wb35_descriptor * | pdes | ||
) |
u16 MDS_GetPacketSize | ( | struct wbsoft_priv * | adapter | ) |
unsigned char Mds_initial | ( | struct wbsoft_priv * | adapter | ) |
void Mds_MpduProcess | ( | struct wbsoft_priv * | adapter, |
struct wb35_descriptor * | prxdes | ||
) |
void Mds_SendComplete | ( | struct wbsoft_priv * | adapter, |
struct T02_descriptor * | pt02 | ||
) |
void MDS_SendResult | ( | struct wbsoft_priv * | adapter, |
u8 | packetid, | ||
unsigned char | sendok | ||
) |
void Mds_Tx | ( | struct wbsoft_priv * | adapter | ) |