Home
last modified time | relevance | path

Searched refs:funs (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_drv.h58 struct EthHwrFuns *funs; member
/device/soc/hisilicon/common/platform/hieth-sf/src/
Dinterface.c170 (drvSc->funs->deliver)(ethDevice); in HisiEthDsr()
343 if (!(drvSc->funs->canSend)(ethDevice)) { in EthDrvSend()
347 (drvSc->funs->send)(ethDevice, netBuf); in EthDrvSend()
581 drvFun->funs = &g_stEthnetDrvFun; in InitEthnetDrvFun()