Home
last modified time | relevance | path

Searched refs:pstDrvInfo (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/adapter/
H A Dhieth_phy.c107 struct EthDrvSc *pstDrvInfo = (struct EthDrvSc *)OsalMemCalloc(sizeof(struct EthDrvSc)); in InitHiethDriver() local
108 if (pstDrvInfo == NULL) { in InitHiethDriver()
112 pstDrvInfo->devName = "eth1"; in InitHiethDriver()
113 pstDrvInfo->driverPrivate = (void *)pstPrivData; in InitHiethDriver()
114 InitEthnetDrvFun(pstDrvInfo); in InitHiethDriver()
115 ethDevice->priv = pstDrvInfo; in InitHiethDriver()

Completed in 1 milliseconds