diff options
| author | Evan Lojewski <github@meklort.com> | 2020-03-21 19:00:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 19:00:05 -0600 |
| commit | 4f67a6906d957af6b309eb61142e8a443eda6e0b (patch) | |
| tree | 7223729ef99fb9804fe03ccb40bca08492fdaad8 /libs/Network/include | |
| parent | 394bec692789a6045ff5cfdeecdde4e44e8fd978 (diff) | |
| download | bcm5719-ortega-4f67a6906d957af6b309eb61142e8a443eda6e0b.tar.gz bcm5719-ortega-4f67a6906d957af6b309eb61142e8a443eda6e0b.zip | |
diag: Print additional diagnostic information about TX/RX buffers. (#63)
Diffstat (limited to 'libs/Network/include')
| -rw-r--r-- | libs/Network/include/Network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Network/include/Network.h b/libs/Network/include/Network.h index 9b51526..7633503 100644 --- a/libs/Network/include/Network.h +++ b/libs/Network/include/Network.h @@ -67,12 +67,14 @@ typedef struct VOLATILE TX_PORT_t *tx_port; VOLATILE RegAPETxToNetBufferAllocator_t *tx_allocator; VOLATILE RegAPETxToNetDoorbell_t *tx_doorbell; + VOLATILE RegAPETxToNetBufferRing_t *tx_ring; /* RX Registers */ VOLATILE RegAPERxPoolModeStatus_t *rx_mode; VOLATILE RX_PORT_t *rx_port; VOLATILE RegAPERxbufoffset_t *rx_offset; VOLATILE RegAPERxPoolRetire_t *rx_retire; + VOLATILE RegAPERxPoolFreePointer_t *rx_ring; /* Port Registers */ VOLATILE DEVICE_t *device; |

