![]() |
![]() |
Bcp_RxGlobalInfo. More...
#include <bcp_pvt.h>
Data Fields | |
uint8_t | bIsValid |
uint8_t | Id |
uint32_t | rxQNum |
int32_t | flowId |
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 *
uint8_t _Bcp_RxGlobalInfo::bIsValid |
Boolean flag to track the validity of this entry
int32_t _Bcp_RxGlobalInfo::flowId |
CPPI flow Id corresponding to this Rx object
uint8_t _Bcp_RxGlobalInfo::Id |
Rx object identifier.
Used to identify a Rx object uniquely in the global Rx object database.
uint32_t _Bcp_RxGlobalInfo::rxQNum |
Destination/Rx Queue Number where the BCP result for this Rx object will be output to by the hardware.