1.6.3.15 DRV_G3ADP_MAC_RegisterStatisticsGet Function

C

TCPIP_MAC_RES DRV_G3ADP_MAC_RegisterStatisticsGet(DRV_HANDLE hMac, TCPIP_MAC_STATISTICS_REG_ENTRY* pRegEntries, int nEntries, int* pHwEntries);

Summary

Gets the current MAC hardware statistics registers. Not apply.

Description

This function has not been implemented.

Precondition

DRV_G3ADP_MAC_Initialize() should have been called. DRV_G3ADP_MAC_Open() should have been called to obtain a valid handle.

Parameters

ParamDescription
hMacHandle identifying the MAC driver client.
pRegEntriesPointer to an array of TCPIP_MAC_STATISTICS_REG_ENTRY that will receive the current hardware statistics registers. Can be NULL if not needed.
nEntriesNumber of TCPIP_MAC_STATISTICS_REG_ENTRY in the array.
pHwEntriesAddress to store the number of hardware supported registers by the associated MAC. Can be NULL if not needed.

Returns

Current implementation always returns TCPIP_MAC_RES_OP_ERR.

Remarks

None.