nm_gtag_s Struct Reference
status of tags on each gate More...
#include <nm_gate.h>
Data Fields | |
| nm_seq_t | recv_seq_number |
| next sequence number for recv | |
| nm_seq_t | send_seq_number |
| next sequence number for send | |
| struct nm_req_list_s | unpacks |
| posted unpacks on this gate/tag | |
| struct nm_req_list_s | pending_packs |
| pack reqs waiting for ACK | |
| struct nm_unexpected_gtag_list_s | unexpected |
| unexpected chunks pending on this gate/tag; sorted by seq number | |
| struct nm_core_pending_event_list_s | pending_events |
| events received out-of-order, waiting for dispatch | |
Detailed Description
Field Documentation
◆ pending_events
| struct nm_core_pending_event_list_s nm_gtag_s::pending_events |
events received out-of-order, waiting for dispatch
Definition at line 33 of file nm_gate.h.
Referenced by nm_gtag_ctor(), and nm_gtag_dtor().
◆ pending_packs
| struct nm_req_list_s nm_gtag_s::pending_packs |
◆ recv_seq_number
| nm_seq_t nm_gtag_s::recv_seq_number |
next sequence number for recv
Definition at line 28 of file nm_gate.h.
Referenced by nm_gtag_ctor().
◆ send_seq_number
| nm_seq_t nm_gtag_s::send_seq_number |
next sequence number for send
Definition at line 29 of file nm_gate.h.
Referenced by nm_gtag_ctor().
◆ unexpected
| struct nm_unexpected_gtag_list_s nm_gtag_s::unexpected |
unexpected chunks pending on this gate/tag; sorted by seq number
Definition at line 32 of file nm_gate.h.
Referenced by nm_gtag_ctor().
◆ unpacks
| struct nm_req_list_s nm_gtag_s::unpacks |
posted unpacks on this gate/tag
Definition at line 30 of file nm_gate.h.
Referenced by nm_gtag_ctor().
The documentation for this struct was generated from the following file: