Lines Matching defs:netdev
71 static int fbnic_open(struct net_device *netdev) in fbnic_open()
85 static int fbnic_stop(struct net_device *netdev) in fbnic_stop()
104 static int fbnic_uc_sync(struct net_device *netdev, const unsigned char *addr) in fbnic_uc_sync()
122 static int fbnic_uc_unsync(struct net_device *netdev, const unsigned char *addr) in fbnic_uc_unsync()
145 static int fbnic_mc_sync(struct net_device *netdev, const unsigned char *addr) in fbnic_mc_sync()
163 static int fbnic_mc_unsync(struct net_device *netdev, const unsigned char *addr) in fbnic_mc_unsync()
189 struct net_device *netdev = fbd->netdev; in __fbnic_set_rx_mode() local
241 static void fbnic_set_rx_mode(struct net_device *netdev) in fbnic_set_rx_mode()
251 static int fbnic_set_mac(struct net_device *netdev, void *p) in fbnic_set_mac()
267 struct net_device *netdev = fbd->netdev; in fbnic_clear_rx_mode() local
292 static int fbnic_hwtstamp_get(struct net_device *netdev, in fbnic_hwtstamp_get()
302 static int fbnic_hwtstamp_set(struct net_device *netdev, in fbnic_hwtstamp_set()
507 static int fbnic_bpf(struct net_device *netdev, struct netdev_bpf *bpf) in fbnic_bpf()
720 struct net_device *netdev; in fbnic_netdev_alloc() local
833 int fbnic_netdev_register(struct net_device *netdev) in fbnic_netdev_register()
857 void fbnic_netdev_unregister(struct net_device *netdev) in fbnic_netdev_unregister()