
Go to the source code of this file.
Defines | |
| #define | FC_CANT_SEND 0 |
| #define | FC_CONTINUE_SEND 1 |
| #define | FC_CRITICAL 8 |
| #define | FC_DISCARDED 32 |
| #define | FC_HALF 2 |
| #define | FC_QUARTER 4 |
| #define | FC_WARNING 16 |
Functions | |
| int | fc_can_send (int i) |
| int | fc_get_congestion (void) |
| int | fc_get_status (int i) |
| void | fc_new_pap (void) |
| void | fc_sent (int i) |
| void | fc_set_status (int i, int j) |
| void | freeFlowControl (void) |
| void | initFlowControl (int numNodes) |
| #define FC_CANT_SEND 0 |
Definition at line 43 of file flow_control.h.
| #define FC_CONTINUE_SEND 1 |
Definition at line 44 of file flow_control.h.
| #define FC_CRITICAL 8 |
Definition at line 47 of file flow_control.h.
| #define FC_DISCARDED 32 |
Definition at line 49 of file flow_control.h.
| #define FC_HALF 2 |
Definition at line 45 of file flow_control.h.
| #define FC_QUARTER 4 |
Definition at line 46 of file flow_control.h.
| #define FC_WARNING 16 |
Definition at line 48 of file flow_control.h.
| int fc_can_send | ( | int | i | ) |
Definition at line 76 of file flow_control.c.
| int fc_get_congestion | ( | void | ) |
Definition at line 96 of file flow_control.c.
| int fc_get_status | ( | int | i | ) |
Definition at line 65 of file flow_control.c.
| void fc_new_pap | ( | void | ) |
Definition at line 69 of file flow_control.c.
| void fc_sent | ( | int | i | ) |
Definition at line 61 of file flow_control.c.
| void fc_set_status | ( | int | i, |
| int | j | ||
| ) |
Definition at line 80 of file flow_control.c.
| void freeFlowControl | ( | void | ) |
Definition at line 56 of file flow_control.c.
| void initFlowControl | ( | int | numNodes | ) |
Definition at line 45 of file flow_control.c.