Lines Matching defs:netdev
74 /* Discard any incomplete Ethernet frame in the netdev buffer */
98 * appending bad data to the end of the current netdev socket buffer.
99 * Also avoid unnecessarily discarding a good current netdev socket
153 /* Sometimes may fail to get a netdev socket buffer but
444 int asix_mdio_read(struct net_device *netdev, int phy_id, int loc)
446 struct usbnet *dev = netdev_priv(netdev);
477 void asix_mdio_write(struct net_device *netdev, int phy_id, int loc, int val)
479 struct usbnet *dev = netdev_priv(netdev);
508 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc)
510 struct usbnet *dev = netdev_priv(netdev);
542 asix_mdio_write_nopm(struct net_device *netdev, int phy_id, int loc, int val)
544 struct usbnet *dev = netdev_priv(netdev);