Definition of the Tx buffer area that has to be shared with MAC HW. More...
#include "txl_buffer.h"#include "compiler.h"Go to the source code of this file.
Variables | |
| uint32_t | txl_buffer_pool [TX_BUFFER_POOL_MAX][TX_BUFFER_POOL_SIZE] |
| TX buffer space. | |
| struct txl_buffer_hw_desc_tag | txl_buffer_hw_desc [TX_BUFFER_POOL_MAX] |
| Additional HW descriptors used for non-contiguous buffers. | |
| struct txl_buffer_control | txl_buffer_control_desc [NX_REMOTE_STA_MAX] |
| NX_FULLY_HOSTED. | |
| struct txl_buffer_control | txl_buffer_control_desc_bcmc [NX_VIRT_DEV_MAX] |
| Per-VIF BC/MC buffer control descriptors. | |
Definition of the Tx buffer area that has to be shared with MAC HW.
Copyright (C) RivieraWaves 2011-2019
Definition in file txl_buffer_shared.c.
1.6.1