Searched refs:ofw_netdev (Results 1 – 3 of 3) sorted by relevance
282 struct devsw ofw_netdev = { variable294 ofw_netdev.dv_strategy = netdev.dv_strategy; in ofwnd_init()295 ofw_netdev.dv_open = netdev.dv_open; in ofwnd_init()296 ofw_netdev.dv_close = netdev.dv_close; in ofwnd_init()297 ofw_netdev.dv_ioctl = netdev.dv_ioctl; in ofwnd_init()298 ofw_netdev.dv_print = netdev.dv_print; in ofwnd_init()299 ofw_netdev.dv_fmtdev = netdev.dv_fmtdev; in ofwnd_init()308 return (ofw_common_parsedev(dev, devspec, path, ofw_netdev.dv_name)); in ofwnd_parsedev()
48 extern struct devsw ofw_netdev;
54 &ofw_netdev,