TwiceAsNice  2019-02-18
Macros | Functions
Transport_Private.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define container_of(dst, ptr, type, member)
 

Functions

int DqTransportInit (int hd, DQTRANSPORTTYPE type, int nic, char *address, uint32 port, DQTRANSPORTDESC **comDescriptor)
 
int DqTransportClose (int hd, DQTRANSPORTDESC *pTransport)
 

Macro Definition Documentation

◆ container_of

#define container_of (   dst,
  ptr,
  type,
  member 
)
Value:
{ \
const void *__mptr = (ptr); \
dst = (type *)( (char *)__mptr - offsetof(type,member) );}
__le16 type
Definition: pwc-ioctl.h:253

Function Documentation

◆ DqTransportClose()

int DqTransportClose ( int  hd,
DQTRANSPORTDESC pTransport 
)

◆ DqTransportInit()

int DqTransportInit ( int  hd,
DQTRANSPORTTYPE  type,
int  nic,
char *  address,
uint32  port,
DQTRANSPORTDESC **  comDescriptor 
)