
#include <vipl.h>
Data Fields | |
| VIP_NIC_HANDLE | NicHandle |
| VIP_VI_HANDLE | ViHandle |
| VIP_CQ_HANDLE | CQHandle |
| VIP_DESCRIPTOR * | DescriptorPtr |
| VIP_ULONG | OpCode |
| VIP_RESOURCE_CODE | ResourceCode |
| VIP_ERROR_CODE | ErrorCode |
Definition at line 434 of file vipl.h.
|
|
Indicates the NIC, or VI Provider, that is reporting the error. Definition at line 437 of file vipl.h. Referenced by vip_generate_async_error(). |
|
|
If non-NULL, refers to the VI instance related to the error. Definition at line 439 of file vipl.h. Referenced by vip_generate_async_error(). |
|
|
If non-NULL, refers to the Completion Queue related to the error. Definition at line 441 of file vipl.h. Referenced by vip_generate_async_error(). |
|
|
If non-NULL, refers to the Descriptor related to the error. Definition at line 443 of file vipl.h. Referenced by vip_generate_async_error(). |
|
|
Describes the operation being performed when the error was detected. Definition at line 445 of file vipl.h. Referenced by vip_default_error_callback(), and vip_generate_async_error(). |
|
|
Allows the application to tell if the error was due to a NIC problem, VI problem, queue problem or Descriptor problem. Definition at line 448 of file vipl.h. Referenced by vip_default_error_callback(), and vip_generate_async_error(). |
|
|
A numeric code that identifies the specific error. Definition at line 450 of file vipl.h. Referenced by vip_default_error_callback(), and vip_generate_async_error(). |
1.4.4.