DRV_ETHPHY_NEGOTIATION_RESULT Structure

C

typedef struct { 
    DRV_ETHPHY_LINK_STATUS linkStatus; 
    TCPIP_ETH_OPEN_FLAGS linkFlags; 
    TCPIP_ETH_PAUSE_TYPE pauseType; 
} DRV_ETHPHY_NEGOTIATION_RESULT; 

Members

MembersDescription
DRV_ETHPHY_LINK_STATUS linkStatus;link status after a completed negotiation
TCPIP_ETH_OPEN_FLAGS linkFlags;the negotiation result flags
TCPIP_ETH_PAUSE_TYPE pauseType;pause type supported by the link partner

Description

Ethernet PHY Device Driver Negotiation result Data Contains all the data necessary to get the Ethernet PHY negotiation result

Remarks

A pointer to a structure of this format must be passed into the DRV_ETHPHY_NegotiationResultGet routine.