enic.h (6a3c2f838c69406688ed0dbae473c3a08eeb5519) enic.h (373fb0873d4325a7afa04aec29ced0c122d1f8a9)
1/*
2 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved.
3 * Copyright 2007 Nuova Systems, Inc. All rights reserved.
4 *
5 * This program is free software; you may redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 19 unchanged lines hidden (view full) ---

28#include "vnic_intr.h"
29#include "vnic_stats.h"
30#include "vnic_nic.h"
31#include "vnic_rss.h"
32#include <linux/irq.h>
33
34#define DRV_NAME "enic"
35#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
1/*
2 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved.
3 * Copyright 2007 Nuova Systems, Inc. All rights reserved.
4 *
5 * This program is free software; you may redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 19 unchanged lines hidden (view full) ---

28#include "vnic_intr.h"
29#include "vnic_stats.h"
30#include "vnic_nic.h"
31#include "vnic_rss.h"
32#include <linux/irq.h>
33
34#define DRV_NAME "enic"
35#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
36#define DRV_VERSION "2.1.1.83"
36#define DRV_VERSION "2.3.0.12"
37#define DRV_COPYRIGHT "Copyright 2008-2013 Cisco Systems, Inc"
38
39#define ENIC_BARS_MAX 6
40
41#define ENIC_WQ_MAX 8
42#define ENIC_RQ_MAX 8
43#define ENIC_CQ_MAX (ENIC_WQ_MAX + ENIC_RQ_MAX)
44#define ENIC_INTR_MAX (ENIC_CQ_MAX + 2)

--- 241 unchanged lines hidden ---
37#define DRV_COPYRIGHT "Copyright 2008-2013 Cisco Systems, Inc"
38
39#define ENIC_BARS_MAX 6
40
41#define ENIC_WQ_MAX 8
42#define ENIC_RQ_MAX 8
43#define ENIC_CQ_MAX (ENIC_WQ_MAX + ENIC_RQ_MAX)
44#define ENIC_INTR_MAX (ENIC_CQ_MAX + 2)

--- 241 unchanged lines hidden ---