Home
last modified time | relevance | path

Searched defs:eth_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dnet.h136 struct eth_ops { struct
149 #define eth_get_ops(dev) ((struct eth_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/drivers/net/
H A Dloopback.c164 const struct ethtool_ops *eth_ops, in gen_lo_setup()