
#include <vipl_structs.h>
Definition at line 28 of file vipl_structs.h.
|
|
Type of the buffer allocation (null size, or DMA-able or malloc()ed. Definition at line 31 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_send_data(), vip_sent_callback(), VipConnectAccept(), VipConnectPeerRequest(), VipConnectReject(), and VipConnectRequest(). |
|
|
GM port id of the destination. Definition at line 33 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_send_data(), vip_sent_callback(), vip_sent_report_callback_status(), VipConnectAccept(), VipConnectPeerRequest(), VipConnectReject(), and VipConnectRequest(). |
|
|
GM board id of the destination. Definition at line 35 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_send_data(), vip_sent_callback(), vip_sent_report_callback_status(), VipConnectAccept(), VipConnectPeerRequest(), VipConnectReject(), and VipConnectRequest(). |
|
|
Total length of the message. Definition at line 37 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_put_ok(), vip_process_send_desc(), and vip_send_data(). |
|
|
Target pointer in case of one-sided communication. Definition at line 39 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_put_ok(), vip_process_send_desc(), and vip_send_data(). |
|
|
Pointer to the message buffer to send, either a pre-allocated DMA-able memory or malloc()ed memory if no more send buffer are available. Definition at line 43 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_send_data(), vip_sent_callback(), VipConnectAccept(), VipConnectPeerRequest(), VipConnectReject(), and VipConnectRequest(). |
|
|
Pointer to the associated GM structure. Definition at line 45 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_resume_callback(), vip_send_data(), vip_sent_callback(), and vip_sent_report_callback_status(). |
|
|
Pointer to the associated NIC structure. Definition at line 47 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_sent_callback(), VipConnectAccept(), VipConnectPeerRequest(), VipConnectReject(), and VipConnectRequest(). |
|
|
Pointer to the associated VI structure if non-null. Definition at line 49 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_conn_accept(), vip_handle_conn_req(), vip_handle_matching_message(), vip_handle_put_ok(), vip_handle_put_req(), vip_process_send_desc(), vip_resume_callback(), vip_return_report(), vip_send_conn_request(), vip_send_data(), vip_sent_callback(), VipConnectAccept(), VipConnectPeerRequest(), and VipConnectRequest(). |
|
|
Pointer to the descriptor to complete if non-null. Definition at line 51 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), vip_handle_3way_ok(), vip_handle_put_ok(), vip_process_send_desc(), vip_resume_callback(), vip_send_data(), and vip_sent_callback(). |
|
|
Next send buffer in the Send FIFO or in the free list. Definition at line 53 of file vipl_structs.h. Referenced by vip_allocate_packet(), vip_flush_fifo_send(), and vip_send_data(). |
1.4.4.