PDK API Guide for J721E
Cpsw_MdioLinkIntCtx Struct Reference

Detailed Description

MDIO status change (MDIO_LINKINT) context.

Data Fields

uint32_t aliveMask
 
uint32_t linkedMask
 
uint32_t pollEnableMask
 
Cpsw_MdioLinkStateChangeCb linkStateChangeCb
 
void * linkStateChangeCbArg
 

Field Documentation

◆ aliveMask

uint32_t Cpsw_MdioLinkIntCtx::aliveMask

Alive PHYs, updated upon MDIO_LINKINT interrupt

◆ linkedMask

uint32_t Cpsw_MdioLinkIntCtx::linkedMask

Linked PHYs, updated upon MDIO_LINKINT interrupt

◆ pollEnableMask

uint32_t Cpsw_MdioLinkIntCtx::pollEnableMask

Mask of PHYs with status change poll enabled

◆ linkStateChangeCb

Cpsw_MdioLinkStateChangeCb Cpsw_MdioLinkIntCtx::linkStateChangeCb

Link state change callback function pointer

◆ linkStateChangeCbArg

void* Cpsw_MdioLinkIntCtx::linkStateChangeCbArg

Application data to be passed to the link state change callback