Home
last modified time | relevance | path

Searched refs:HpmEnetDevice (Results 1 – 3 of 3) sorted by relevance

/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/
Dethernetif.c39 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in low_level_init()
80 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in low_level_output()
157 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in low_level_input()
274 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in ethernetif_recv_thread()
285 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in hpm_enet_isr()
303 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in ethernetif_recv_start()
344 struct HpmEnetDevice *dev = (struct HpmEnetDevice *)netif->state; in ethernetif_init()
Dhpm_lwip.h32 struct HpmEnetDevice { struct
Dhpm_lwip.c49 struct HpmEnetDevice enetDev[2] = {
106 void enetDevInit(struct HpmEnetDevice *dev) in enetDevInit()