Lines Matching full:device
37 #include <linux/device.h>
104 * Network device statistics. Akin to the 2.0 ether stats but
241 * are then used in the device probing.
252 * The DEVICE structure.
270 /* device name hash chain */
279 unsigned long base_addr; /* device I/O address */
280 unsigned int irq; /* device IRQ number */
294 /* The device initialization function. Called only once. */
299 /* Net device features */
310 #define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */
331 /* Interface index. Unique device identifier */
366 struct net_device *master; /* Pointer to master device of a group,
367 * which this device is member of.
409 /* device queue lock */
424 * One part is mostly used on xmit path (device)
444 /* Number of references to this device */
449 /* device index hash chain */
460 /* Called after device is detached from network. */
541 /* Set the sysfs physical device reference for the network logical device
565 extern rwlock_t dev_base_lock; /* Device list lock */
878 * it completes the work. The device cannot be out of poll list at this
973 /* Load a device via the kmod */