Lines Matching defs:netdev
112 static int hinic_get_link_ksettings(struct net_device *netdev, in hinic_get_link_ksettings()
162 static void hinic_get_drvinfo(struct net_device *netdev, in hinic_get_drvinfo()
173 static void hinic_get_ringparam(struct net_device *netdev, in hinic_get_ringparam()
182 static void hinic_get_channels(struct net_device *netdev, in hinic_get_channels()
263 struct net_device *netdev = nic_dev->netdev; in create_txqs() local
302 struct net_device *netdev = nic_dev->netdev; in free_txqs() local
323 struct net_device *netdev = nic_dev->netdev; in create_rxqs() local
362 struct net_device *netdev = nic_dev->netdev; in free_rxqs() local
374 static int hinic_open(struct net_device *netdev) in hinic_open()
474 static int hinic_close(struct net_device *netdev) in hinic_close()
517 static int hinic_change_mtu(struct net_device *netdev, int new_mtu) in hinic_change_mtu()
540 static int change_mac_addr(struct net_device *netdev, const u8 *addr) in change_mac_addr()
575 static int hinic_set_mac_addr(struct net_device *netdev, void *addr) in hinic_set_mac_addr()
597 static int add_mac_addr(struct net_device *netdev, const u8 *addr) in add_mac_addr()
632 static int remove_mac_addr(struct net_device *netdev, const u8 *addr) in remove_mac_addr()
661 static int hinic_vlan_rx_add_vid(struct net_device *netdev, in hinic_vlan_rx_add_vid()
699 static int hinic_vlan_rx_kill_vid(struct net_device *netdev, in hinic_vlan_rx_kill_vid()
738 static void hinic_set_rx_mode(struct net_device *netdev) in hinic_set_rx_mode()
760 static void hinic_tx_timeout(struct net_device *netdev) in hinic_tx_timeout()
767 static void hinic_get_stats64(struct net_device *netdev, in hinic_get_stats64()
806 static void netdev_features_init(struct net_device *netdev) in netdev_features_init()
878 struct net_device *netdev; in nic_dev_init() local
1056 struct net_device *netdev = pci_get_drvdata(pdev); in hinic_remove() local