Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/imx/
H A Dif_enetvar.h136 int enet_attach_common(device_t);
H A Dif_enet.c170 enet_attach_common(device_t self) in enet_attach_common() function
/netbsd-src/sys/arch/arm/nxp/
H A Dif_enet_imx.c172 if (enet_attach_common(self) != 0) in enet_attach()