libxmp/libxmpf in Omni Compiler  1.3.4
tca_ring_buf_t Struct Reference
Collaboration diagram for tca_ring_buf_t:

Data Fields

int remote_rank
 
psn_tpsn_pairs
 
packet_tsend_buffer
 
packet_trecv_buffer
 
tcaHandle local_send_buffer_handle
 
tcaHandle remote_send_buffer_handle
 
tcaHandle local_recv_buffer_handle
 
tcaHandle remote_recv_buffer_handle
 
tcaDesc * buffer_desc [RING_SIZE]
 
tcaHandle local_psn_pairs_handle
 
tcaHandle remote_psn_pairs_handle
 
tcaDesc * psn_desc
 
psn_t last_send_local_recv_psn
 

Field Documentation

◆ buffer_desc

tcaDesc* tca_ring_buf_t::buffer_desc[RING_SIZE]

◆ last_send_local_recv_psn

psn_t tca_ring_buf_t::last_send_local_recv_psn

◆ local_psn_pairs_handle

tcaHandle tca_ring_buf_t::local_psn_pairs_handle

◆ local_recv_buffer_handle

tcaHandle tca_ring_buf_t::local_recv_buffer_handle

◆ local_send_buffer_handle

tcaHandle tca_ring_buf_t::local_send_buffer_handle

◆ psn_desc

tcaDesc* tca_ring_buf_t::psn_desc

◆ psn_pairs

psn_t* tca_ring_buf_t::psn_pairs

◆ recv_buffer

packet_t* tca_ring_buf_t::recv_buffer

◆ remote_psn_pairs_handle

tcaHandle tca_ring_buf_t::remote_psn_pairs_handle

◆ remote_rank

int tca_ring_buf_t::remote_rank

◆ remote_recv_buffer_handle

tcaHandle tca_ring_buf_t::remote_recv_buffer_handle

◆ remote_send_buffer_handle

tcaHandle tca_ring_buf_t::remote_send_buffer_handle

◆ send_buffer

packet_t* tca_ring_buf_t::send_buffer

The documentation for this struct was generated from the following file: