Searched refs:athr_gmac_net_ops (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/
H A Ddni_enet.c31 static struct net_device_ops athr_gmac_net_ops; variable in typeref:struct:net_device_ops
139 athr_gmac_net_ops.ndo_init = dni_enet_init;
140 athr_gmac_net_ops.ndo_uninit = dni_enet_destruct;
141 athr_gmac_net_ops.ndo_get_stats = dni_enet_get_stats;
142 athr_gmac_net_ops.ndo_open = dni_enet_open;
143 athr_gmac_net_ops.ndo_stop = dni_enet_stop;
144 athr_gmac_net_ops.ndo_start_xmit = dni_enet_hard_start_xmit;
145 athr_gmac_net_ops.ndo_set_mac_address = dni_enet_set_mac_address;
146 athr_gmac_net_ops.ndo_change_mtu = NULL;
149 new_dev->netdev_ops = (const struct net_device_ops *)&athr_gmac_net_ops;
[all...]

Completed in 26 milliseconds