
#include <vipl.h>
Data Fields | |
| VIP_PVOID64 | Next |
| VIP_MEM_HANDLE | NextHandle |
| VIP_UINT16 | SegCount |
| VIP_UINT16 | Control |
| VIP_UINT32 | Reserved |
| VIP_UINT32 | ImmediateData |
| VIP_UINT32 | Length |
| VIP_UINT32 | Status |
Definition at line 251 of file vipl.h.
|
|
Pointer to the next descriptor. Definition at line 254 of file vipl.h. Referenced by vip_handle_3way_done(), vip_handle_matching_message(), vip_handle_put_done(), vip_handle_report(), vip_process_send_desc(), vip_resume_callback(), vip_vi_transition_to_error_state(), VipRecvWait(), and VipSendWait(). |
|
|
Memory handle of the next descriptor. Definition at line 256 of file vipl.h. Referenced by vip_handle_3way_done(), vip_handle_matching_message(), vip_handle_put_done(), vip_handle_report(), vip_resume_callback(), and vip_vi_transition_to_error_state(). |
|
|
Number of address and or data segments in the descriptor. Definition at line 258 of file vipl.h. Referenced by vip_handle_3way_ok(). |
|
|
Control field of the descriptor. Definition at line 260 of file vipl.h. Referenced by vip_handle_3way_ok(), and vip_handle_put_ok(). |
|
|
Reserved area. |
|
|
Data sent as part of the descriptor. Definition at line 264 of file vipl.h. Referenced by vip_handle_3way_done(), vip_handle_3way_ok(), and vip_handle_matching_message(). |
|
|
Total length of the message. Definition at line 266 of file vipl.h. Referenced by vip_handle_3way_done(), vip_handle_3way_ok(), vip_handle_matching_message(), and vip_handle_put_done(). |
|
|
Completion status written by the VI NIC. Definition at line 268 of file vipl.h. Referenced by vip_handle_3way_done(), vip_handle_3way_ok(), vip_handle_matching_message(), vip_handle_put_done(), vip_handle_put_ok(), vip_handle_report(), vip_is_first_desc_notified(), vip_notify_desc_completion(), vip_resume_callback(), vip_vi_transition_to_error_state(), VipRecvWait(), and VipSendWait(). |
1.4.4.