
Go to the source code of this file.
Data Structures | |
| struct | VIP_SEND_REQ |
| struct | VIP_HANDLE |
| struct | VIP_HANDLE_SET |
| struct | VIP_GM |
| struct | VIP_NIC |
| struct | VIP_CQ_ENTRY |
| struct | VIP_CQ |
| struct | VIP_PTAG |
| struct | VIP_MEM |
| struct | VIP_VI_QUEUE |
| struct | VIP_VI |
| struct | VIP_CONN |
| struct | VIP_CHKSUM |
| struct | VIP_AVL_RANGE |
| struct | VIP_NOTIFY |
Typedefs | |
| typedef gm_up_t | VIP_UINTPTR |
| typedef VIP_SEND_REQ | VIP_SEND_REQ |
| typedef VIP_HANDLE | VIP_HANDLE |
| typedef VIP_HANDLE_SET | VIP_HANDLE_SET |
| typedef VIP_GM | VIP_GM |
| typedef VIP_NIC | VIP_NIC |
| typedef VIP_CQ_ENTRY | VIP_CQ_ENTRY |
| typedef VIP_CQ | VIP_CQ |
| typedef VIP_PTAG | VIP_PTAG |
| typedef VIP_MEM | VIP_MEM |
| typedef VIP_VI_QUEUE | VIP_VI_QUEUE |
| typedef VIP_VI | VIP_VI |
| typedef VIP_CONN | VIP_CONN |
| typedef VIP_CHKSUM | VIP_CHKSUM |
| typedef VIP_AVL_RANGE | VIP_AVL_RANGE |
| typedef VIP_NOTIFY | VIP_NOTIFY |
Definition in file vipl_structs.h.
|
|
Unsigned integer type large enough to store a pointer. Definition at line 19 of file vipl_structs.h. |
|
|
A VI-GM send request. It contains all of the informations regarding the associated GM message to send. This structure may have a very short life if the message is sent as soon as it is build, but it may be queued in the send FIFO if ressources are limited (send tokens). This structure is passed to the send completion callback to access internal VI-GM control informations. |
|
|
The common fields at the beginning of all VIA specific handles. Provide an abstraction of all VI-GM internal structures. |
|
|
A generic collection of VIA handles. |
|
|
A structure describing the use of a GM port. |
|
|
A structure describing a VI Network Interface. |
|
|
Entry in a VI-GM completion queue. |
|
|
Structure related to a VI-GM completion queue. |
|
|
Structure related to a VI-GM protection tag. |
|
|
Structure related to a registered VI-GM memory region. |
|
|
A VI queue (send queue or receive queue) of a VI. |
|
|
Structure related to a VI-GM Virtual Interface. |
|
|
This structure provides the informations related to a pending connection. |
|
|
This structure describe the checksum of a packet and what is needed to check it. |
|
|
This structure describe a memory segment in the Registration AVL tree. |
|
|
This structure describe a pending Notify entry. |
1.4.4.