![]() |
![]() |
Private Header file with data structure and API declarations for BCP driver's internal use. More...
#include <bcp_types.h>
#include <ti/drv/bcp/bcp_lld.h>
#include <ti/drv/qmss/qmss_drv.h>
#include <ti/drv/cppi/cppi_drv.h>
#include <ti/drv/cppi/cppi_desc.h>
#include <ti/csl/csl_cache.h>
Data Structures | |
struct | _Bcp_TxQInfo |
Bcp_TxQInfo. More... | |
struct | _Bcp_TxInfo |
Bcp_TxInfo. More... | |
struct | _Bcp_FlowInfo |
Bcp_FlowInfo. More... | |
struct | _Bcp_RxInfo |
Bcp_RxInfo. More... | |
struct | _Bcp_RxGlobalInfo |
Bcp_RxGlobalInfo. More... | |
struct | _Bcp_DrvInfo |
Bcp_DrvInfo. More... | |
struct | _Bcp_InstanceInfo |
Bcp_instanceInfo. More... | |
Typedefs | |
typedef struct _Bcp_TxQInfo | Bcp_TxQInfo |
Bcp_TxQInfo. | |
typedef struct _Bcp_TxInfo | Bcp_TxInfo |
Bcp_TxInfo. | |
typedef struct _Bcp_FlowInfo | Bcp_FlowInfo |
Bcp_FlowInfo. | |
typedef struct _Bcp_RxInfo | Bcp_RxInfo |
Bcp_RxInfo. | |
typedef struct _Bcp_RxGlobalInfo | Bcp_RxGlobalInfo |
Bcp_RxGlobalInfo. | |
typedef struct _Bcp_DrvInfo | Bcp_DrvInfo |
Bcp_DrvInfo. | |
typedef struct _Bcp_InstanceInfo | Bcp_InstanceInfo |
Bcp_instanceInfo. | |
Variables | |
Bcp_InstanceInfo | gBcp_instanceInfo [BCP_MAX_NUM_INSTANCES] |
Private Header file with data structure and API declarations for BCP driver's internal use.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of Texas Instruments Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
typedef struct _Bcp_DrvInfo Bcp_DrvInfo |
Bcp_DrvInfo.
Tracks BCP application specific configuration info obtained from Bcp_open () API.
Data structure to hold the BCP peripheral instance number and other info provided by an application that wishes to use the BCP driver.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_FlowInfo Bcp_FlowInfo |
Bcp_FlowInfo.
Data structure to hold the current state and configuration of a CPPI Rx flow configured using the driver for a given BCP peripheral instance.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_InstanceInfo Bcp_InstanceInfo |
Bcp_instanceInfo.
Data structure to hold the current state and configuration in driver for each BCP peripheral instance.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_RxGlobalInfo Bcp_RxGlobalInfo |
Bcp_RxGlobalInfo.
Data structure to hold the globally accessible info related to a Rx object.
Used to hold all the Rx Queue Number-Flow Id mappings.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_RxInfo Bcp_RxInfo |
Bcp_RxInfo.
Data structure to hold the Rx object info.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_TxInfo Bcp_TxInfo |
Bcp_TxInfo.
Data structure to hold the current state of an BCP Tx object created using the driver APIs.
* Used by BCP driver internally for book-keeping purposes *
typedef struct _Bcp_TxQInfo Bcp_TxQInfo |
Bcp_TxQInfo.
Data structure to hold the current state and configuration of any given BCP Transmit queue.
* Used by BCP driver internally for book-keeping purposes *
Tracks info that is maintained by BCP driver for each of its peripheral instances.