Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/netmap/
Dnetmap_kern.h655 struct ethtool_ops nm_eto; // XXX linux only member
927 ifp->ethtool_ops = &((struct netmap_hw_adapter*)na)->nm_eto; in nm_set_native_flags()
Dnetmap.c2702 hwna->nm_eto = *ifp->ethtool_ops; in netmap_attach()
2704 hwna->nm_eto.set_ringparam = linux_netmap_set_ringparam; in netmap_attach()
2706 hwna->nm_eto.set_channels = linux_netmap_set_channels; in netmap_attach()