Lines Matching refs:net_device
263 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
265 struct net_device *netdev);
312 bool (*match) (struct net_device *device);
313 int (*alloc) (struct net_device *device);
314 int (*create) (struct net_device *device, enum fip_state fip_mode);
315 int (*destroy) (struct net_device *device);
316 int (*enable) (struct net_device *device);
317 int (*disable) (struct net_device *device);
362 struct net_device * (*get_netdev)(const struct fc_lport *lport);
369 static inline struct net_device *fcoe_get_netdev(const struct fc_lport *lport) in fcoe_get_netdev()
392 struct net_device *netdev;