![]() |
ETHFW API Guide
|
Data Structures | |
struct | EthFwIET_Config |
Ethernet Firmware IET config parameters. More... | |
Functions | |
void | EthFwIET_notifyLinkChange (const Enet_MacPort macPort, const bool isLinkUp) |
Notify Link Up down Event. More... | |
void | EthFwIET_init (const EthFwIET_Config *ietCfg, Enet_Handle hEnet, uint32_t coreId) |
API to updated the global object with params. More... | |
Macros | |
#define | ETHFW_NUM_IET_VERIFY_ATTEMPTS (20U) |
#define | CPSW_MACPORT_FIFO (8) |
#define ETHFW_NUM_IET_VERIFY_ATTEMPTS (20U) |
No of Iteration to run to verify IET capability before timeout
#define CPSW_MACPORT_FIFO (8) |
Number of FIFO queues per macPort
void EthFwIET_notifyLinkChange | ( | const Enet_MacPort | macPort, |
const bool | isLinkUp | ||
) |
Notify Link Up down Event.
Callback function to notify about mac port link up/down.
macPort | macPort on which link changes is detected |
isLinkUp | link is up or down |
void EthFwIET_init | ( | const EthFwIET_Config * | ietCfg, |
Enet_Handle | hEnet, | ||
uint32_t | coreId | ||
) |
API to updated the global object with params.
ietCfg | Params passed from application layer |
hEnet | Ethernet handle |
coreId | caller core id |