HomeSort by relevance Sort by last modified time
    Searched defs:net_device (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 210 #define net_device device macro
277 static inline void netif_start_queue(struct net_device *dev)
  /external/kernel-headers/original/linux/
netdevice.h 257 * FIXME: cleanup struct net_device such that network protocol info
261 struct net_device struct
292 struct net_device *next;
295 int (*init)(struct net_device *dev);
329 struct net_device *next_sched;
336 struct net_device_stats* (*get_stats)(struct net_device *dev);
337 struct iw_statistics* (*get_wireless_stats)(struct net_device *dev);
366 struct net_device *master; /* Pointer to master device of a group,
396 int (*poll) (struct net_device *dev, int *quota);
434 struct net_device *dev)
    [all...]

Completed in 60 milliseconds