Lines Matching defs:netdev

119 	struct net_device *netdev;  member
213 static void octeon_mgmt_rx_fill_ring(struct net_device *netdev) in octeon_mgmt_rx_fill_ring()
322 static void octeon_mgmt_update_rx_stats(struct net_device *netdev) in octeon_mgmt_update_rx_stats()
341 static void octeon_mgmt_update_tx_stats(struct net_device *netdev) in octeon_mgmt_update_tx_stats()
390 struct net_device *netdev = p->netdev; in octeon_mgmt_receive_one() local
498 struct net_device *netdev = p->netdev; in octeon_mgmt_napi_poll() local
558 static void octeon_mgmt_set_rx_filtering(struct net_device *netdev) in octeon_mgmt_set_rx_filtering()
632 static int octeon_mgmt_set_mac_address(struct net_device *netdev, void *addr) in octeon_mgmt_set_mac_address()
644 static int octeon_mgmt_change_mtu(struct net_device *netdev, int new_mtu) in octeon_mgmt_change_mtu()
670 struct net_device *netdev = dev_id; in octeon_mgmt_interrupt() local
692 static int octeon_mgmt_ioctl_hwtstamp(struct net_device *netdev, in octeon_mgmt_ioctl_hwtstamp()
787 static int octeon_mgmt_ioctl(struct net_device *netdev, in octeon_mgmt_ioctl()
906 static void octeon_mgmt_adjust_link(struct net_device *netdev) in octeon_mgmt_adjust_link()
949 static int octeon_mgmt_init_phy(struct net_device *netdev) in octeon_mgmt_init_phy()
969 static int octeon_mgmt_open(struct net_device *netdev) in octeon_mgmt_open()
1240 static int octeon_mgmt_stop(struct net_device *netdev) in octeon_mgmt_stop()
1274 static int octeon_mgmt_xmit(struct sk_buff *skb, struct net_device *netdev) in octeon_mgmt_xmit()
1331 static void octeon_mgmt_poll_controller(struct net_device *netdev) in octeon_mgmt_poll_controller()
1340 static void octeon_mgmt_get_drvinfo(struct net_device *netdev, in octeon_mgmt_get_drvinfo()
1349 static int octeon_mgmt_get_settings(struct net_device *netdev, in octeon_mgmt_get_settings()
1360 static int octeon_mgmt_set_settings(struct net_device *netdev, in octeon_mgmt_set_settings()
1410 struct net_device *netdev; in octeon_mgmt_probe() local
1549 struct net_device *netdev = platform_get_drvdata(pdev); in octeon_mgmt_remove() local