Lines Matching refs:driver
2 * tg3.c: Broadcom Tigon3 ethernet driver.
183 * that are at least dword aligned when used in PCIX mode. The driver
225 MODULE_DESCRIPTION("Broadcom Tigon3 ethernet driver");
687 /* Make sure the driver hasn't any stale locks. */
5377 /* XXX another gem from the Broadcom driver :( */
6515 "Please report the problem to the driver maintainer "
7446 /* Fully shutdown all tg3 driver activity elsewhere in the system.
7464 * after sending MSI so driver doesn't have to do it.
8367 * The chip has been shut down and the driver detached from
8369 * end up in the driver. tp->{tx,}lock are held and thus
8531 * The chip has been shut down and the driver detached from
8533 * end up in the driver. tp->{tx,}lock is not held and we are not
8565 * The chip has been shut down and the driver detached from
8567 * end up in the driver. tp->{tx,}lock are held and thus
11087 * driver is still alive. In the event that the OS crashes,
12340 strscpy(info->driver, DRV_MODULE_NAME, sizeof(info->driver));
16180 * to match the cacheline size. The Broadcom driver have this
16532 /* Chip-specific fixup from Broadcom driver */
17192 * the *second* time the tg3 driver was getting loaded after an
17868 * Reset chip in case UNDI or EFI driver did not shutdown
18240 * This callback is called when the error recovery driver tells
18291 .driver.pm = &tg3_pm_ops,