Lines Matching defs:driver
38 * Alan Cox : Network driver sets packet type before
4753 * network taps in order to match in-driver-XDP behavior.
4848 * This function receives a packet from a device driver and queues it for
6588 /* Busy polling means there is a high chance device driver hard irq
9096 * "moved" into driver), so they don't increment it on their own, but
9237 NL_SET_ERR_MSG(extack, "Underlying driver does not support XDP in native mode");
9669 /* driver might be less strict about feature dependencies */
9752 * has changed. Should be called after driver or hardware dependent
9971 netdev_WARN(dev, "Buggy VLAN acceleration in driver!\n");
10052 /* If the device has permanent device address, driver should
10355 * The device driver may provide its own method by setting
10457 * Allocates a struct net_device with private data area for driver use
11063 * netdev_drivername - network driver for the device
11066 * Determine network driver for device.
11070 const struct device_driver *driver;
11078 driver = parent->driver;
11079 if (driver && driver->name)
11080 return driver->name;