| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/ethernet/rocker/rocker_hw.h - Rocker switch device driver |
|---|
| 3 | 4 | * Copyright (c) 2014-2016 Jiri Pirko <jiri@mellanox.com> |
|---|
| 4 | 5 | * Copyright (c) 2014 Scott Feldman <sfeldma@gmail.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #ifndef _ROCKER_HW_H |
|---|
| .. | .. |
|---|
| 29 | 25 | |
|---|
| 30 | 26 | #define ROCKER_FP_PORTS_MAX 62 |
|---|
| 31 | 27 | |
|---|
| 32 | | -#define PCI_VENDOR_ID_REDHAT 0x1b36 |
|---|
| 33 | 28 | #define PCI_DEVICE_ID_REDHAT_ROCKER 0x0006 |
|---|
| 34 | 29 | |
|---|
| 35 | 30 | #define ROCKER_PCI_BAR0_SIZE 0x2000 |
|---|